pkgsrc/devel/p5-Data-ShowTable/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

21 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.26 2015/06/12 10:49:06 wiz Exp $
DISTNAME= Data-ShowTable-4.6
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-ShowTable/
COMMENT= Perl module to print arrays of data in nicely formatted listings
LICENSE= gnu-gpl-v2
PERL5_PACKLIST= auto/Data/ShowTable/.packlist
REPLACE_PERL+= showtable
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f -exec ${RM} {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"