Index: head/www/p5-CGI-Simple/Makefile =================================================================== --- head/www/p5-CGI-Simple/Makefile (revision 429024) +++ head/www/p5-CGI-Simple/Makefile (revision 429025) @@ -1,19 +1,22 @@ # Created by: Lars Thegler # $FreeBSD$ PORTNAME= CGI-Simple PORTVERSION= 1.115 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SZABGAB 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 USE_PERL5= configure .include Index: head/www/p5-CGI-Simple/pkg-descr =================================================================== --- head/www/p5-CGI-Simple/pkg-descr (revision 429024) +++ head/www/p5-CGI-Simple/pkg-descr (revision 429025) @@ -1,7 +1,7 @@ CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for 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/