need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-Test-Class / Makefile
1 # $NetBSD: Makefile,v 1.6 2010/08/21 16:34:31 seb Exp $
2
3 DISTNAME=       Test-Class-0.36
4 PKGNAME=        p5-${DISTNAME}
5 #PKGREVISION=   1
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Test/}
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://search.cpan.org/perldoc?Test::Class
11 COMMENT=        Easily create test classes in an xUnit/JUnit style
12 LICENSE=        ${PERL5_LICENSE}
13
14 DEPENDS+=       {p5-Attribute-Handlers>=0.77,perl>=5.10.0}:../../devel/p5-Attribute-Handlers
15 DEPENDS+=       p5-MRO-Compat>=0.11:../../devel/p5-MRO-Compat
16 DEPENDS+=       {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable
17 DEPENDS+=       {perl>=5.10.1,p5-Test-Simple>=0.78}:../../devel/p5-Test-Simple
18
19 BUILD_DEPENDS+= p5-Test-Exception>=0.25:../../devel/p5-Test-Exception
20
21 PKG_DESTDIR_SUPPORT=    user-destdir
22
23 USE_LANGUAGES=  # empty
24 PERL5_PACKLIST= auto/Test/Class/.packlist
25
26 .include "../../lang/perl5/module.mk"
27 .include "../../mk/bsd.pkg.mk"