pkgsrc/devel/p5-Test-File-Contents/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

20 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/10/03 21:55:42 wiz Exp $
DISTNAME= Test-File-Contents-0.20
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5tfc
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-File-Contents/
COMMENT= Perl5 module for test routines examining the contents of files
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Test/File/Contents/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"