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.
22 lines
701 B
Makefile
22 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:40 wiz Exp $
|
|
|
|
DISTNAME= String-Truncate-1.100601
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/String-Truncate/
|
|
COMMENT= Perl5 module for when strings are too long to be displayed
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sub-Exporter>=0.953:../../devel/p5-Sub-Exporter
|
|
DEPENDS+= p5-Sub-Install>=0.030:../../devel/p5-Sub-Exporter
|
|
|
|
# EU::MM 6.31 is in core as well as Test::More 0.96 (we have 0.98)
|
|
|
|
PERL5_PACKLIST= auto/String/Truncate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|