pkgsrc/devel/p5-Test-Pod/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

22 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:14 jlam Exp $
DISTNAME= Test-Pod-1.20
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
SVR4_PKGNAME= p5tp
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= seb@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Pod/
COMMENT= Perl5 module to check for POD errors in files
DEPENDS+= p5-Pod-Simple>=3.02nb1:../../textproc/p5-Pod-Simple
# These are only for the 'test' target.
BUILD_DEPENDS+= p5-Test-Builder-Tester-[0-9]*:../../devel/p5-Test-Builder-Tester
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Pod/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"