d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
23 lines
714 B
Makefile
23 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.27 2013/05/31 12:40:50 wiz Exp $
|
|
|
|
DISTNAME= Test-Pod-1.48
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5tp
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Pod/
|
|
COMMENT= Perl5 module to check for POD errors in files
|
|
LICENSE= artistic-2.0 OR gnu-gpl-v2
|
|
|
|
DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple
|
|
DEPENDS+= {p5-Test-Simple>=0.70,perl>=5.8.9}:../../devel/p5-Test-Simple
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/Pod/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|