9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
35 lines
953 B
Makefile
35 lines
953 B
Makefile
# $NetBSD: Makefile,v 1.41 2006/03/04 21:30:56 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= mod_perl-1.29
|
|
PKGNAME= ap-perl-1.29
|
|
PKGREVISION= 5
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} \
|
|
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= ap2-perl-[0-9]*
|
|
|
|
DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache
|
|
DEPENDS+= p5-BSD-Resource>=1.10:../../devel/p5-BSD-Resource
|
|
|
|
APACHE_MODULE= YES
|
|
PERL5_PACKLIST= auto/mod_perl/.packlist
|
|
|
|
MAKE_PARAMS+= USE_APXS=1
|
|
MAKE_PARAMS+= WITH_APXS=${APXS}
|
|
MAKE_PARAMS+= EVERYTHING=1
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../www/apache/buildlink3.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/httpd/htdocs/manual/mod
|
|
${INSTALL_DATA} ${WRKSRC}/htdocs/manual/mod/mod_perl.html \
|
|
${PREFIX}/share/httpd/htdocs/manual/mod
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|