ap-perl and ap2-perl are mutually exclusive, so add CONFLICTS
This commit is contained in:
parent
724ee3b349
commit
908dd8c27c
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2003/02/04 08:54:28 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2003/07/05 05:10:32 kim Exp $
|
||||
#
|
||||
# NOTE: This package is *BETA*. If it doesn't work, then check the
|
||||
# modperl-2.0 mailing lists for help.
|
||||
|
@ -12,6 +12,8 @@ MAINTAINER= jlam@netbsd.org
|
|||
HOMEPAGE= http://perl.apache.org/
|
||||
COMMENT= Module that embeds a Perl interpreter into Apache
|
||||
|
||||
CONFLICTS= ap-perl-[0-9]*
|
||||
|
||||
USE_BUILDLINK2= # defined
|
||||
APACHE_MODULE= # defined
|
||||
PERL5_REQD= 5.6.0
|
||||
|
|
Loading…
Reference in a new issue