diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-21 02:36:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-21 02:36:02 +0800 |
commit | 2b4b7d047a5c95ee09b79f8e504d1d2b4f610489 (patch) | |
tree | 67c824f689b6f4cf6ece19db5d96dec4a26f0752 /www | |
parent | afe10389f523685418dd2c7e1d9719b99235eae4 (diff) | |
download | freebsd-ports-gnome-2b4b7d047a5c95ee09b79f8e504d1d2b4f610489.tar.gz freebsd-ports-gnome-2b4b7d047a5c95ee09b79f8e504d1d2b4f610489.tar.zst freebsd-ports-gnome-2b4b7d047a5c95ee09b79f8e504d1d2b4f610489.zip |
- Add LICENSE
- Fix WWW
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Simple/Makefile | 3 | ||||
-rw-r--r-- | www/p5-CGI-Simple/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-CGI-Simple/Makefile b/www/p5-CGI-Simple/Makefile index 7687fef18fb2..d5e0533c716f 100644 --- a/www/p5-CGI-Simple/Makefile +++ b/www/p5-CGI-Simple/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Simple totally OO CGI interface that is CGI.pm compliant +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy USES= perl5 diff --git a/www/p5-CGI-Simple/pkg-descr b/www/p5-CGI-Simple/pkg-descr index 2872e828d083..010a8d10681b 100644 --- a/www/p5-CGI-Simple/pkg-descr +++ b/www/p5-CGI-Simple/pkg-descr @@ -4,4 +4,4 @@ parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a complete functional interface is available by using the CGI::Simple::Standard module. -WWW: http://search.cpan.org/dist/Cgi-Simple/ +WWW: http://search.cpan.org/dist/CGI-Simple/ |