summaryrefslogtreecommitdiff
path: root/www/ap-perl
diff options
context:
space:
mode:
authorkim <kim>2003-07-05 05:10:31 +0000
committerkim <kim>2003-07-05 05:10:31 +0000
commitadc0578df1b8268c4965a0b96531c07b943a677f (patch)
tree1309abdcc5e6ce0d57a603c03c8207b5e7f6f0c4 /www/ap-perl
parent5d93322fd609c5fb433a7741312ee7616c4bc68b (diff)
downloadpkgsrc-adc0578df1b8268c4965a0b96531c07b943a677f.tar.gz
ap-perl and ap2-perl are mutually exclusive, so add CONFLICTS
Diffstat (limited to 'www/ap-perl')
-rw-r--r--www/ap-perl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile
index 7cc71396fc5..733ce4c08ac 100644
--- a/www/ap-perl/Makefile
+++ b/www/ap-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/07/05 03:35:23 kim Exp $
+# $NetBSD: Makefile,v 1.27 2003/07/05 05:10:31 kim Exp $
#
# NOTE: Versions 1.27 and 1.28 cause apache to dump core,
# so this packages has been left at version 1.25
@@ -15,6 +15,8 @@ MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://perl.apache.org/
COMMENT= Module that embeds a Perl interpreter into Apache
+CONFLICTS= ap2-perl-[0-9]*
+
DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache
DEPENDS+= {libperl>=${LIBPERL5_REQD},perl>=5.8.0}:../../lang/libperl
DEPENDS+= p5-BSD-Resource>=1.10:../../devel/p5-BSD-Resource