pkgsrc/devel/p5-Test-File-Contents/Makefile
wen b726ed63d4 Update to 0.21
Upstream changes:
0.21    2013-04-12
      - Require Test::Pod 1.41 for Pod tests. Fixes test failures due to the
        use of the `L<text|scheme>` Pod syntax diallowed in earlier versions
        of Test::Pod.
      - Eliminated "v-string in use/require non-portable" warning on Perl
        5.10.0.
2013-09-05 06:56:35 +00:00

18 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/09/05 06:56:35 wen Exp $
DISTNAME= Test-File-Contents-0.21
PKGNAME= p5-${DISTNAME}
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}
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Test/File/Contents/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"