diff options
author | sno <sno@pkgsrc.org> | 2009-04-12 11:59:13 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-12 11:59:13 +0000 |
commit | 3b32bc0aab49107edded2c986935235ea8052c6c (patch) | |
tree | 0f7922ccf931173359201d1bd3801b7f72809973 /www/p5-CGI/Makefile | |
parent | 62b72d9d98226d2198ad5eb51bfdc366de7baccb (diff) | |
download | pkgsrc-3b32bc0aab49107edded2c986935235ea8052c6c.tar.gz |
PkgSrc changes:
- Updating package for p5 module to 3.43
Upstream changes:
Version 3.43
1. Documentation patch from MARKSTOS@cpan.org to replace all occurrences of
"new CGI" with CGI->new()" to reflect best perl practices.
2. Patch from Stepan Kasal to fix utf-8 related problems in perl 5.10
Diffstat (limited to 'www/p5-CGI/Makefile')
-rw-r--r-- | www/p5-CGI/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 31f0eba70c1..db51b9fa0de 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2008/12/18 21:37:34 he Exp $ +# $NetBSD: Makefile,v 1.47 2009/04/12 11:59:13 sno Exp $ -VERS= 3.42 +VERS= 3.43 DISTNAME= CGI.pm-${VERS} PKGNAME= p5-CGI-${VERS} SVR4_PKGNAME= p5cgi @@ -10,6 +10,7 @@ MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/CGI.pm/ COMMENT= Perl5 module for writing forms-based CGI programs +LICENSE= artistic-2.0 PKG_INSTALLATION_TYPES= overwrite pkgviews |