7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
27 lines
980 B
Makefile
27 lines
980 B
Makefile
# $NetBSD: Makefile,v 1.14 2014/05/29 23:36:22 wiz Exp $
|
|
|
|
DISTNAME= Test-MockObject-1.20140408
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-MockObject/
|
|
COMMENT= Tests remote URLs or local web files
|
|
|
|
DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
|
|
DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception
|
|
DEPENDS+= {perl>=5.14.0,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Test-Warn>=0.23:../../devel/p5-Test-Warn
|
|
DEPENDS+= p5-UNIVERSAL-can>=1.20110617:../../devel/p5-UNIVERSAL-can
|
|
DEPENDS+= p5-UNIVERSAL-isa>=1.20110614:../../devel/p5-UNIVERSAL-isa
|
|
|
|
INSTALL_TARGET= pure_install
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/MockObject/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|