summaryrefslogtreecommitdiff
path: root/www/p5-Apache-ASP
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-02-15 09:26:12 +0000
committeragc <agc@pkgsrc.org>2000-02-15 09:26:12 +0000
commit4cffd86a2930792f64b0440f0e5a8c6400e8419e (patch)
tree4e357f9aabe4d1c5fb73d87778d5e0e3e135ff1f /www/p5-Apache-ASP
parent63aacb20ee533bf9a53594db96e7f300024c2213 (diff)
downloadpkgsrc-4cffd86a2930792f64b0440f0e5a8c6400e8419e.tar.gz
When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
Diffstat (limited to 'www/p5-Apache-ASP')
-rw-r--r--www/p5-Apache-ASP/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile
index 99fc0248376..db5329e8867 100644
--- a/www/p5-Apache-ASP/Makefile
+++ b/www/p5-Apache-ASP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:47 tron Exp $
+# $NetBSD: Makefile,v 1.4 2000/02/15 09:26:25 agc Exp $
#
DISTNAME= Apache-ASP-0.05
@@ -10,9 +10,9 @@ MAINTAINER= packages@netbsd.org
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
+BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/URI/URL.pm:../../www/p5-libwww
+BUILD_DEPENDS+= ${PREFIX}/lib/perl5/site_perl/MLDBM.pm:../../devel/p5-MLDBM
+BUILD_DEPENDS+= ${PREFIX}/lib/httpd/mod_perl.so:../../www/ap-perl
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= YES