diff options
-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 |