svn commit: r434772 - head/devel/p5-TAP-SimpleOutput

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 25 08:31:33 UTC 2017


Author: sunpoet
Date: Sat Feb 25 08:31:32 2017
New Revision: 434772
URL: https://svnweb.freebsd.org/changeset/ports/434772

Log:
  Fix LICENSE and add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-TAP-SimpleOutput/Makefile

Modified: head/devel/p5-TAP-SimpleOutput/Makefile
==============================================================================
--- head/devel/p5-TAP-SimpleOutput/Makefile	Sat Feb 25 08:30:12 2017	(r434771)
+++ head/devel/p5-TAP-SimpleOutput/Makefile	Sat Feb 25 08:31:32 2017	(r434772)
@@ -9,7 +9,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	lth at FreeBSD.org
 COMMENT=	Simple closure-driven TAP generator
 
-LICENSE=	GPLv2
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-head mailing list