diff options
author | tv <tv@pkgsrc.org> | 1998-12-05 03:50:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-05 03:50:46 +0000 |
commit | 134d30f7ac5f131e4d299964096313e90eefe405 (patch) | |
tree | bd2f352b362a1438397e8de92bb93a0d299f4d0d /www/p5-Apache-ASP | |
parent | 95562a6e3d14269f277f90adc3e1a6a13f088c4a (diff) | |
download | pkgsrc-134d30f7ac5f131e4d299964096313e90eefe405.tar.gz |
Better HOMEPAGE, and use :+ on RUN_DEPENDS.
Diffstat (limited to 'www/p5-Apache-ASP')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index 7edd5ae60c5..6216314df33 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 03:48:46 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/12/05 03:50:46 tv Exp $ # DISTNAME= Apache-ASP-0.05 @@ -8,13 +8,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache/CHAMAS MAINTAINER= packages@netbsd.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Apache-ASP/ +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Apache-ASP/ASP.html # all other needs are already pulled in by p5-libwww BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/URI/URL.pm:../../www/p5-libwww \ ${PREFIX}/lib/perl5/site_perl/MLDBM.pm:../../devel/p5-MLDBM \ ${PREFIX}/lib/httpd/mod_perl.so:../../www/ap-perl -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= YES |