diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index d668c9eeb49..d25881f8f77 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/06/02 18:28:00 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/06/10 19:53:13 minskim Exp $ # DISTNAME= Apache-ASP-2.21 @@ -24,6 +24,8 @@ DEPENDS+= p5-Time-HiRes>=01.20:../../time/p5-Time-HiRes DEPENDS+= p5-XML-XSLT>=0.32:../../textproc/p5-XML-XSLT DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww +REPLACE_PERL+= ASP.pm + PERL5_PACKLIST= auto/Apache/ASP/.packlist .include "../../lang/perl5/module.mk" |