Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / devel / p5-Test-Class / Makefile
blob7b0b2825f6062d0e42240d0e9a2a664e669cb1ea
1 # $NetBSD: Makefile,v 1.11 2012/10/31 11:19:03 asau Exp $
3 DISTNAME= Test-Class-0.39
4 PKGNAME= p5-${DISTNAME}
5 CATEGORIES= devel perl5
6 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 MAINTAINER= pkgsrc-users@NetBSD.org
9 HOMEPAGE= http://search.cpan.org/dist/Test-Class/
10 COMMENT= Easily create test classes in an xUnit/JUnit style
11 LICENSE= ${PERL5_LICENSE}
13 DEPENDS+= {p5-Attribute-Handlers>=0.77,perl>=5.10.0}:../../devel/p5-Attribute-Handlers
14 DEPENDS+= p5-MRO-Compat>=0.11:../../devel/p5-MRO-Compat
15 DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable
16 DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.78}:../../devel/p5-Test-Simple
18 BUILD_DEPENDS+= p5-Test-Exception>=0.25:../../devel/p5-Test-Exception
20 USE_LANGUAGES= # empty
21 PERL5_PACKLIST= auto/Test/Class/.packlist
22 PERL5_MODULE_TYPE= Module::Build
24 .include "../../lang/perl5/module.mk"
25 .include "../../mk/bsd.pkg.mk"