2019-08-11 15:17:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.18 2019/08/11 13:23:41 wiz Exp $
|
2005-12-04 14:42:10 +01:00
|
|
|
#
|
|
|
|
|
2015-05-03 04:25:51 +02:00
|
|
|
DISTNAME= Template-Plugin-Number-Format-1.06
|
2005-12-04 14:42:10 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 5
|
2005-12-04 14:42:10 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Number-Format
|
2005-12-04 14:42:10 +01:00
|
|
|
COMMENT= Plugin/filter interface to Number::Format
|
2015-05-03 04:25:51 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2005-12-04 14:42:10 +01:00
|
|
|
|
|
|
|
DEPENDS+= p5-Template-Toolkit>=2.07:../../www/p5-Template-Toolkit
|
|
|
|
DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Template/Plugin/Number/Format/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|