de27be9fa2
- Fixed top level describe blocks running out of order Contributed by @mla (issue #28)
21 lines
721 B
Makefile
21 lines
721 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/09/06 10:18:06 mef Exp $
|
|
|
|
DISTNAME= Test-Spec-0.51
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Spec/
|
|
COMMENT= Perl5 module for writing tests in a declarative specification style
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Package-Stash>=0.23:../../devel/p5-Package-Stash
|
|
DEPENDS+= p5-Test-Deep>=0.103:../../devel/p5-Test-Deep
|
|
DEPENDS+= p5-Test-Trap-[0-9]*:../../devel/p5-Test-Trap
|
|
DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
|
|
|
|
PERL5_PACKLIST= auto/Test/Spec/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|