pkgsrc/www/ap2-perl/Makefile
cube b7efbb773f Register conflict with p5-Apache-Test and bump PKGREVISION.
XXX:  I'd expect mod_perl2 to make it possible to have Apache::Test as a
separate package, but that will do for now.
2006-04-19 17:20:00 +00:00

28 lines
736 B
Makefile

# $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= 3
CATEGORIES= www perl5
MASTER_SITES= http://perl.apache.org/dist/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://perl.apache.org/
COMMENT= Module that embeds a Perl interpreter into Apache
CONFLICTS= ap-perl-[0-9]* p5-Apache-Test-[0-9]*
APACHE_MODULE= # defined
PERL5_PACKLIST= auto/mod_perl2/.packlist
MAKE_PARAMS+= MP_APXS=${APXS}
MODPERLDOCSDIR= ${PREFIX}/share/doc/mod_perl
post-install:
${INSTALL_DATA_DIR} ${MODPERLDOCSDIR}
${CP} -R ${WRKSRC}/docs/* ${MODPERLDOCSDIR}
.include "../../lang/perl5/module.mk"
.include "../../www/apache2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"