pkgsrc/textproc/p5-Number-Format/Makefile

19 lines
486 B
Makefile
Raw Normal View History

2019-08-11 15:17:48 +02:00
# $NetBSD: Makefile,v 1.23 2019/08/11 13:23:33 wiz Exp $
#
DISTNAME= Number-Format-1.75
PKGNAME= p5-${DISTNAME}
2019-08-11 15:17:48 +02:00
PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Number-Format
COMMENT= Perl extension for formatting numbers
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Number/Format/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"