1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Long overdue update of CGI.pm:

- update to 2.86;
- bump portepoch (previous version 2.753 > 2.86);
- remove the requirement for 5.6.0, since it is only true for `use
  integer' CGI scripts;
- add WWW.
This commit is contained in:
Anton Berezin 2002-09-17 20:35:02 +00:00
parent ffda1d7db2
commit 865be3a81c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66534
3 changed files with 9 additions and 3 deletions

View File

@ -6,7 +6,8 @@
#
PORTNAME= CGI.pm
PORTVERSION= 2.753
PORTVERSION= 2.86
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= CGI.3 CGI::Apache.3 CGI::Carp.3 CGI::Cookie.3 CGI::Fast.3 \
@ -21,6 +25,6 @@ MAN3= CGI.3 CGI::Apache.3 CGI::Carp.3 CGI::Cookie.3 CGI::Fast.3 \
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
pre-patch:
@${PERL} -pi -e '$$_ = "" if /INSTALLDIRS/' ${WRKSRC}/Makefile.PL
@${PERL} -pi -e '$$_ = "" if /INSTALLDIRS|5\.6\.0/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (CGI.pm-2.753.tar.gz) = ea1241dc3fda30b56a353b24b151ab28
MD5 (CGI.pm-2.86.tar.gz) = fd85467f10648115d8ea203915a6ef5d

View File

@ -7,3 +7,5 @@ You can modify the objects, save them to a file or database and recreate
them. Because each object corresponds to the "state" of the CGI script,
and because each object's parameter list is independent of the others,
this allows you to save the state of the script and restore it later.
WWW: http://search.cpan.org/search?dist=CGI.pm