pkgsrc/devel/p5-Data-ShowTable/Makefile

22 lines
592 B
Makefile
Raw Normal View History

2021-05-24 21:49:01 +02:00
# $NetBSD: Makefile,v 1.33 2021/05/24 19:50:27 wiz Exp $
DISTNAME= Data-ShowTable-4.6
PKGNAME= p5-${DISTNAME}
2021-05-24 21:49:01 +02:00
PKGREVISION= 7
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= bad@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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} {} \;
2002-10-14 00:22:45 +02:00
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"