pkgsrc/devel/p5-Test2-Suite/Makefile
wiz 93d5ad3590 Import p5-Test2-Suite-0.000060 as devel/p5-Test2-Suite.
Rich set of tools, plugins, bundles, etc built upon the Test2
testing library. If you are interested in writing tests, this is
the distribution for you.
2016-11-07 10:38:31 +00:00

19 lines
618 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/11/07 10:38:31 wiz Exp $
DISTNAME= Test2-Suite-0.000060
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test2-Suite/
COMMENT= Perl5 module with a rich set of tools for testing
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Importer-[0-9]*:../../devel/p5-Importer
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Test2/Suite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"