diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-20 18:00:56 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-20 18:00:56 +0000 |
commit | dcfda74444579aa4ea101833dd033b349f31fbd4 (patch) | |
tree | 340c43496c54329d14aa8fc81d3e0d0ce98af4d7 /www/p5-CGI.pm/Makefile | |
parent | Mark NOT_FOR_ARCHS=alpha. (diff) |
Update to 2.99
PR: 55311
Submitted by: mat
Approved by: maintainer (implicit)
Diffstat (limited to 'www/p5-CGI.pm/Makefile')
-rw-r--r-- | www/p5-CGI.pm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-CGI.pm/Makefile b/www/p5-CGI.pm/Makefile index ea75ff1b55f3..3ec94fa8cf72 100644 --- a/www/p5-CGI.pm/Makefile +++ b/www/p5-CGI.pm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= CGI.pm -PORTVERSION= 2.97 +PORTVERSION= 2.99 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -17,14 +17,12 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Simple Common Gateway Interface Class for Perl PERL_CONFIGURE= yes +CONFIGURE_ARGS= INSTALLDIRS=site MAN3= CGI.3 CGI::Apache.3 CGI::Carp.3 CGI::Cookie.3 \ CGI::Fast.3 CGI::Pretty.3 CGI::Push.3 CGI::Switch.3 \ CGI::Util.3 -pre-patch: - @${PERL} -pi -e '$$_ = "" if /INSTALLDIRS|5\.6\.0/' ${WRKSRC}/Makefile.PL - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 |