diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-25 09:53:49 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-25 09:53:49 +0000 |
commit | 758c71a5165e4fac9987217bc0627bb8072ed8b7 (patch) | |
tree | adef5d81e095374fcca54ac30d3eff302c3e3aaf /www/p5-Catalyst-Plugin-Session-State-Cookie | |
parent | 721a14d0f59327d2bf0d1314ccf86efa8db948e6 (diff) | |
download | pkgsrc-758c71a5165e4fac9987217bc0627bb8072ed8b7.tar.gz |
-cleaned up dependencies (added Test-MockObject)
- bumped PKGREVISION
Diffstat (limited to 'www/p5-Catalyst-Plugin-Session-State-Cookie')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile index ffee8687910..6d5e96c7000 100644 --- a/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile +++ b/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:18:48 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/25 09:53:49 rhaen Exp $ DISTNAME= Catalyst-Plugin-Session-State-Cookie-0.09 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -11,8 +12,8 @@ COMMENT= Maintain session IDs using cookies DEPENDS+= p5-Catalyst-Runtime>=5.7010:../../www/p5-Catalyst-Runtime DEPENDS+= p5-Catalyst-Plugin-Session>=0.19:../../www/p5-Catalyst-Plugin-Session +DEPENDS+= p5-Test-MockObject>=1.01:../../devel/p5-Test-MockObject -USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/Plugin/Session/State/Cookie/.packlist PKG_DESTDIR_SUPPORT= user-destdir |