diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 10:37:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 10:37:00 +0000 |
commit | c70c96f2c8a7334e846f10c5d965fd3ce9d0aef4 (patch) | |
tree | 2f68a284f4e804aa3774ec66587daa928a61d931 /www/p5-Apache-ASP/Makefile | |
parent | 1d7f8907a285a58a577d75dfba6665aee192879e (diff) | |
download | pkgsrc-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-ASP/Makefile')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 12 |
1 files changed, 7 insertions, 5 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" |