summaryrefslogtreecommitdiff
path: root/www/p5-Apache-ePerl
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 10:37:00 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 10:37:00 +0000
commitc70c96f2c8a7334e846f10c5d965fd3ce9d0aef4 (patch)
tree2f68a284f4e804aa3774ec66587daa928a61d931 /www/p5-Apache-ePerl
parent1d7f8907a285a58a577d75dfba6665aee192879e (diff)
downloadpkgsrc-c70c96f2c8a7334e846f10c5d965fd3ce9d0aef4.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')
-rw-r--r--www/p5-Apache-ePerl/Makefile11
-rw-r--r--www/p5-Apache-ePerl/pkg/PLIST6
2 files changed, 8 insertions, 9 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"
diff --git a/www/p5-Apache-ePerl/pkg/PLIST b/www/p5-Apache-ePerl/pkg/PLIST
index f749703cb06..987afcbb605 100644
--- a/www/p5-Apache-ePerl/pkg/PLIST
+++ b/www/p5-Apache-ePerl/pkg/PLIST
@@ -1,5 +1 @@
-@comment $NetBSD: PLIST,v 1.2 1999/04/08 18:51:59 agc Exp $
-lib/perl5/man/man3/Apache::ePerl.3
-lib/perl5/site_perl/Apache/ePerl.pm
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Apache/ePerl/.packlist
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Apache/ePerl
+@comment $NetBSD: PLIST,v 1.3 2000/08/27 10:37:05 jlam Exp $