summaryrefslogtreecommitdiff
path: root/www/p5-Apache-ASP
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-ASP
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-ASP')
-rw-r--r--www/p5-Apache-ASP/Makefile12
-rw-r--r--www/p5-Apache-ASP/pkg/PLIST6
2 files changed, 8 insertions, 10 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile
index b600efe5d07..4a2bcc46199 100644
--- a/www/p5-Apache-ASP/Makefile
+++ b/www/p5-Apache-ASP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/08/01 02:12:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/27 10:37:05 jlam Exp $
#
DISTNAME= Apache-ASP-0.05
@@ -9,13 +9,15 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/CHAMAS/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Apache-ASP/ASP.html
-DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
-DEPENDS+= p5-MLDBM>=2.00:../../devel/p5-MLDBM
DEPENDS+= ap-perl>=1.19:../../www/ap-perl
+DEPENDS+= p5-Devel-Symdump>=2.00:../../devel/p5-Devel-Symdump
+DEPENDS+= p5-MLDBM>=2.00:../../devel/p5-MLDBM
+DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
-USE_PERL5= YES
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/ASP/.packlist
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-ASP/pkg/PLIST b/www/p5-Apache-ASP/pkg/PLIST
index c31821d46b8..a984ae7ac86 100644
--- a/www/p5-Apache-ASP/pkg/PLIST
+++ b/www/p5-Apache-ASP/pkg/PLIST
@@ -1,5 +1 @@
-@comment $NetBSD: PLIST,v 1.3 1999/04/08 18:51:59 agc Exp $
-lib/perl5/man/man3/Apache::ASP.3
-lib/perl5/site_perl/Apache/ASP.pm
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Apache/ASP/.packlist
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Apache/ASP
+@comment $NetBSD: PLIST,v 1.4 2000/08/27 10:37:05 jlam Exp $