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.
21 lines
601 B
Makefile
21 lines
601 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/05/29 23:36:23 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Script-1.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= perl5 devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/
|
|
COMMENT= Test::Script - Cross-platform basic tests for scripts
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IPC-Run3>=0.039:../../devel/p5-IPC-Run3
|
|
DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl
|
|
|
|
PERL5_PACKLIST= auto/Test/Script/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|