diff options
Diffstat (limited to 'devel/p5-Test-Class/Makefile')
-rw-r--r-- | devel/p5-Test-Class/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile index 6bf5aa7756d..ea7178bbe74 100644 --- a/devel/p5-Test-Class/Makefile +++ b/devel/p5-Test-Class/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2013/05/31 12:40:47 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Test-Class-0.39 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= {p5-Attribute-Handlers>=0.77,perl>=5.10.0}:../../devel/p5-Attribute-Handlers DEPENDS+= p5-MRO-Compat>=0.11:../../devel/p5-MRO-Compat -DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.78}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Exception>=0.25:../../devel/p5-Test-Exception |