diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-11 03:11:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-11 03:11:14 +0800 |
commit | 4fa44290a393bbbba9c16301cbf0b2a3f4836277 (patch) | |
tree | 828bd1f15097e28b25958f8f19ff817c8abd0d28 | |
parent | c0e3fb6e6d1f0bac4a1925e5c3c78b50ad6849b8 (diff) | |
download | freebsd-ports-gnome-4fa44290a393bbbba9c16301cbf0b2a3f4836277.tar.gz freebsd-ports-gnome-4fa44290a393bbbba9c16301cbf0b2a3f4836277.tar.zst freebsd-ports-gnome-4fa44290a393bbbba9c16301cbf0b2a3f4836277.zip |
Add LICENSE
-rw-r--r-- | www/p5-CGI-Prototype/Makefile | 8 |
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 |