pkgsrc/devel/p5-Test-File-Contents/Makefile

18 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/10/09 13:44:45 wiz Exp $
DISTNAME= Test-File-Contents-0.21
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-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"