diff options
Diffstat (limited to 'www/ap2-perl')
-rw-r--r-- | www/ap2-perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index ab812f24d21..7bd43a073db 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2006/03/04 21:30:56 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/19 17:20:00 cube Exp $ DISTNAME= mod_perl-2.0.1 PKGNAME= ${DISTNAME:S/mod_/ap2-/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://perl.apache.org/ COMMENT= Module that embeds a Perl interpreter into Apache -CONFLICTS= ap-perl-[0-9]* +CONFLICTS= ap-perl-[0-9]* p5-Apache-Test-[0-9]* APACHE_MODULE= # defined PERL5_PACKLIST= auto/mod_perl2/.packlist |