Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 19:11:14 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481760 - head/www/p5-CGI-Prototype
Message-ID:  <201810101911.w9AJBEZA019048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810101911.w9AJBEZA019048>