21 lines
592 B
Makefile
21 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.29 2018/08/22 09:43:51 wiz Exp $
|
|
|
|
DISTNAME= Data-ShowTable-4.6
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
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"
|