summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-10 19:11:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-10 19:11:14 +0000
commite6097312422be5b94db67c1da936639ff39d8840 (patch)
tree828bd1f15097e28b25958f8f19ff817c8abd0d28
parentSort PLIST (diff)
Add LICENSE
Notes
Notes: svn path=/head/; revision=481760
-rw-r--r--www/p5-CGI-Prototype/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-CGI-Prototype/Makefile b/www/p5-CGI-Prototype/Makefile
index 8cb402b0987f..68202afda63e 100644
--- a/www/p5-CGI-Prototype/Makefile
+++ b/www/p5-CGI-Prototype/Makefile
@@ -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