Files
2016-01-21 23:41:46 +01:00

19 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.13 2015/06/12 10:49:49 wiz Exp $
DISTNAME= Test-File-Contents-0.21
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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}
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Test/File/Contents/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"