summaryrefslogtreecommitdiff
path: root/www/p5-Apache-ePerl/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 10:37:00 +0000
committerjlam <jlam>2000-08-27 10:37:00 +0000
commit4a00c430ab0149d115fa091c087cead33f0bc4c1 (patch)
tree2f68a284f4e804aa3774ec66587daa928a61d931 /www/p5-Apache-ePerl/Makefile
parent7e77f9c91be5964b7ca690ec83717ce4f1570a21 (diff)
downloadpkgsrc-4a00c430ab0149d115fa091c087cead33f0bc4c1.tar.gz
Convert packages to use PERL5_PACKLIST (part 2). These are the database and
Apache perl modules, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
Diffstat (limited to 'www/p5-Apache-ePerl/Makefile')
-rw-r--r--www/p5-Apache-ePerl/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-Apache-ePerl/Makefile b/www/p5-Apache-ePerl/Makefile
index 4cd351de49b..a0c42dc7dca 100644
--- a/www/p5-Apache-ePerl/Makefile
+++ b/www/p5-Apache-ePerl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/03/04 01:58:58 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/27 10:37:05 jlam Exp $
#
DISTNAME= eperl-2.2.14
@@ -9,12 +9,15 @@ MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.engelschall.com/sw/eperl/
-DEPENDS= eperl-2.2.14:../../textproc/eperl
-DEPENDS= ap-perl-1.19:../../www/ap-perl
+DEPENDS+= eperl-2.2.14:../../textproc/eperl
+DEPENDS+= ap-perl-1.19:../../www/ap-perl
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/ePerl/.packlist
WRKSRC= ${WRKDIR}/${DISTNAME}/mod/Apache
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"