svn commit: r481760 - head/www/p5-CGI-Prototype

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 10 19:11:15 UTC 2018


Author: sunpoet
Date: Wed Oct 10 19:11:14 2018
New Revision: 481760
URL: https://svnweb.freebsd.org/changeset/ports/481760

Log:
  Add LICENSE

Modified:
  head/www/p5-CGI-Prototype/Makefile

Modified: head/www/p5-CGI-Prototype/Makefile
==============================================================================
--- head/www/p5-CGI-Prototype/Makefile	Wed Oct 10 19:11:06 2018	(r481759)
+++ head/www/p5-CGI-Prototype/Makefile	Wed Oct 10 19:11:14 2018	(r481760)
@@ -11,10 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Create a CGI application by subclassing
 
-COMMON_DEPENDS=	p5-Class-Prototyped>0:devel/p5-Class-Prototyped \
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Class-Prototyped>0:devel/p5-Class-Prototyped \
 		p5-Template-Toolkit>0:www/p5-Template-Toolkit
-BUILD_DEPENDS=	${COMMON_DEPENDS}
-RUN_DEPENDS=	${COMMON_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list