summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session-Wrapper
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-23 17:10:47 +0000
committerwiz <wiz@pkgsrc.org>2005-02-23 17:10:47 +0000
commit6d8aeaefc74c349a5ae0a4c9f353b3597dc13480 (patch)
tree8452807042c35447cba920edd2c7350f743a0b34 /www/p5-Apache-Session-Wrapper
parent5cf0022523ec798b765aca832d65b8917d2077d6 (diff)
downloadpkgsrc-6d8aeaefc74c349a5ae0a4c9f353b3597dc13480.tar.gz
Add missing dependencies. Bump PKGREVISION.
Diffstat (limited to 'www/p5-Apache-Session-Wrapper')
-rw-r--r--www/p5-Apache-Session-Wrapper/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile
index e81ab61c93e..73e997c1328 100644
--- a/www/p5-Apache-Session-Wrapper/Makefile
+++ b/www/p5-Apache-Session-Wrapper/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:13 grant Exp $
+# $NetBSD: Makefile,v 1.5 2005/02/23 17:10:47 wiz Exp $
DISTNAME= Apache-Session-Wrapper-0.17
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
@@ -10,11 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Apache-Session-Wrapper/
COMMENT= Perl5 module doing a wrapper around Apache::Session
+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
-BUILD_DEPENDS+= p5-Module-Build>=0.20:../../devel/p5-Module-Build
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/Session/Wrapper/.packlist
+PERL5_USES_MODULE_BUILD= YES
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"