diff options
Diffstat (limited to 'www/p5-Apache-Session-Wrapper/Makefile')
-rw-r--r-- | www/p5-Apache-Session-Wrapper/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile index 3104c0d169d..f4c2041d4c6 100644 --- a/www/p5-Apache-Session-Wrapper/Makefile +++ b/www/p5-Apache-Session-Wrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/08/16 09:51:17 he Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:41 joerg Exp $ DISTNAME= Apache-Session-Wrapper-0.33 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Apache-Session-Wrapper/ COMMENT= Perl5 module doing a wrapper around Apache::Session +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Class-Container-[0-9]*:../../devel/p5-Class-Container DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class DEPENDS+= p5-Apache-Session>=1.6:../../www/p5-Apache-Session |