pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-Session-Wrapper Add missing dependencies...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dd9f6cac7a9
branches:  trunk
changeset: 489575:1dd9f6cac7a9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 23 17:10:47 2005 +0000

description:
Add missing dependencies. Bump PKGREVISION.

diffstat:

 www/p5-Apache-Session-Wrapper/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 1f50b7bb5264 -r 1dd9f6cac7a9 www/p5-Apache-Session-Wrapper/Makefile
--- a/www/p5-Apache-Session-Wrapper/Makefile    Wed Feb 23 16:59:25 2005 +0000
+++ b/www/p5-Apache-Session-Wrapper/Makefile    Wed Feb 23 17:10:47 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index