Date: Tue, 20 Dec 2016 18:36:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429025 - head/www/p5-CGI-Simple Message-ID: <201612201836.uBKIa2Vf005791@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Dec 20 18:36:02 2016 New Revision: 429025 URL: https://svnweb.freebsd.org/changeset/ports/429025 Log: - Add LICENSE - Fix WWW Approved by: portmgr (blanket) Modified: head/www/p5-CGI-Simple/Makefile head/www/p5-CGI-Simple/pkg-descr Modified: head/www/p5-CGI-Simple/Makefile ============================================================================== --- head/www/p5-CGI-Simple/Makefile Tue Dec 20 18:35:58 2016 (r429024) +++ head/www/p5-CGI-Simple/Makefile Tue Dec 20 18:36:02 2016 (r429025) @@ -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 Modified: head/www/p5-CGI-Simple/pkg-descr ============================================================================== --- head/www/p5-CGI-Simple/pkg-descr Tue Dec 20 18:35:58 2016 (r429024) +++ head/www/p5-CGI-Simple/pkg-descr Tue Dec 20 18:36:02 2016 (r429025) @@ -4,4 +4,4 @@ parameter parsing, file upload, cookie h 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612201836.uBKIa2Vf005791>