summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-Number-Format/Makefile
blob: 380590ddc47f21a21ad7b99609edf6bf0b1ee1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.20 2021/05/24 19:54:40 wiz Exp $
#

DISTNAME=	Template-Plugin-Number-Format-1.06
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	7
CATEGORIES=	textproc
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Template/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/Number-Format
COMMENT=	Plugin/filter interface to Number::Format
LICENSE=	gnu-gpl-v3

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"