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

22 lines
630 B
Makefile
Raw Normal View History

2016-06-08 21:22:13 +02:00
# $NetBSD: Makefile,v 1.16 2016/06/08 19:23:37 wiz Exp $
DISTNAME= Test-File-Contents-0.23
PKGNAME= p5-${DISTNAME}
2016-06-08 21:22:13 +02:00
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
2016-05-03 12:54:52 +02:00
MAINTAINER= pkgsrc-users@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}
# for make test
BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Test/File/Contents/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"