diff options
author | mat <mat@FreeBSD.org> | 2005-01-08 10:46:24 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-01-08 10:46:24 +0000 |
commit | 6a94f11049faf53aa1f57d98cc00a73f11959e47 (patch) | |
tree | 9f10b57b3682cd98c87b259988709e9e0f00a710 /www/mod_perl2/Makefile | |
parent | e5485f4af4eba64c192b96fab87f3d24caa53f1d (diff) | |
download | FreeBSD-ports-6a94f11049faf53aa1f57d98cc00a73f11959e47.zip FreeBSD-ports-6a94f11049faf53aa1f57d98cc00a73f11959e47.tar.gz |
Update to 2.0.0-rc2
Submitted by: maintainer
Diffstat (limited to 'www/mod_perl2/Makefile')
-rw-r--r-- | www/mod_perl2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index a798100..1213303 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -6,21 +6,17 @@ # PORTNAME= mod_perl -PORTVERSION= 1.99r18 -PORTREVISION= 1 +# internally, this still calls itself r19, but we go with the RC numbers now +PORTVERSION= 2.0.0r2 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ \ http://perl.apache.org/dist/old/ PKGNAMESUFFIX= 2 -DISTNAME= ${PORTNAME}-2.0.0-RC1 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-RC/}-XMas MAINTAINER= lars.eggert@gmx.net COMMENT= Embeds a Perl interpreter in the Apache2 server -# no idea why they still call it r18 when the tarball is 2.0.0-RC1 -# PORTVERSION= 2.0.0r1 -# DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-RC/} - USE_APACHE= yes WITH_APACHE2= yes PERL_CONFIGURE= yes |