diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-24 00:21:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-24 00:21:50 +0800 |
commit | 9e42038c844169d539e45a2895fddbf1df72da57 (patch) | |
tree | 03e5590041986ecfc0c9213f3c4ad907f093564e /www | |
parent | c3b3027d39be40ba77841717be5a812112cbdb21 (diff) | |
download | freebsd-ports-gnome-9e42038c844169d539e45a2895fddbf1df72da57.tar.gz freebsd-ports-gnome-9e42038c844169d539e45a2895fddbf1df72da57.tar.zst freebsd-ports-gnome-9e42038c844169d539e45a2895fddbf1df72da57.zip |
- Add LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Fast/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-CGI-Fast/Makefile b/www/p5-CGI-Fast/Makefile index bd46368ffa8f..8a21650ac3d9 100644 --- a/www/p5-CGI-Fast/Makefile +++ b/www/p5-CGI-Fast/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= adamw@FreeBSD.org COMMENT= Perl CGI Interface for FastCGI +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-FCGI>=0.67:${PORTSDIR}/www/p5-FCGI RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep |