pkgsrc/devel/p5-Test-Spec/Makefile
mef de27be9fa2 0.51 Mon Jul 27 20:05:00 BST 2015
- Fixed top level describe blocks running out of order
    Contributed by @mla (issue #28)
2015-09-06 10:18:06 +00:00

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"