pkgsrc/devel/p5-Test-Simple/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

20 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.57 2015/06/12 10:49:52 wiz Exp $
DISTNAME= Test-Simple-1.001014
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Simple/
COMMENT= Perl5 module with a simple framework for writing tests
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= p5-Test-Tester-[0-9]*
CONFLICTS+= p5-Test-use-ok-[0-9]*
PERL5_PACKLIST= auto/Test/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"