diff options
-rw-r--r-- | www/p5-Apache-Session-Wrapper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile index 1dfcf6ee3c8..ccd1145ab68 100644 --- a/www/p5-Apache-Session-Wrapper/Makefile +++ b/www/p5-Apache-Session-Wrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 22:24:19 he Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/07 11:20:58 kristerw Exp $ DISTNAME= Apache-Session-Wrapper-0.17 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/~drolsky/Apache-Session-Wrapper-0.17/ COMMENT= Perl5 module doing a wrapper around Apache::Session DEPENDS+= p5-Apache-Session>=1.6:../../www/p5-Apache-Session +BUILD_DEPENDS+= p5-Module-Build>=0.20:../../devel/p5-Module-Build USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/Session/Wrapper/.packlist |