summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Class
diff options
context:
space:
mode:
authorwiz <wiz>2013-12-02 12:57:53 +0000
committerwiz <wiz>2013-12-02 12:57:53 +0000
commit6895d0681f3178bdc05a1b64e6e133d1ce007760 (patch)
treeca1b5e2354e78edf1a0102b5cff7ccab6f1b6cda /devel/p5-Test-Class
parent701fa59dd2e9c0c6616c33bf09a70d19c2de81b3 (diff)
downloadpkgsrc-6895d0681f3178bdc05a1b64e6e133d1ce007760.tar.gz
Remove p5-Attribute-Handlers dependency in preparation for package removal.
Diffstat (limited to 'devel/p5-Test-Class')
-rw-r--r--devel/p5-Test-Class/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile
index ea7178bbe74..1b1071837df 100644
--- a/devel/p5-Test-Class/Makefile
+++ b/devel/p5-Test-Class/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2013/11/24 09:57:03 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2013/12/02 12:57:53 wiz Exp $
DISTNAME= Test-Class-0.39
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -11,7 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Test-Class/
COMMENT= Easily create test classes in an xUnit/JUnit style
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.1,p5-Test-Simple>=0.78}:../../devel/p5-Test-Simple