blob: 8a266cd42dfd98941b3eec428be13b874ba32550 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.8 2012/10/03 21:58:00 wiz Exp $
#
DISTNAME= Template-Plugin-Number-Format-1.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Number-Format/
COMMENT= Plugin/filter interface to Number::Format
PKG_DESTDIR_SUPPORT= user-destdir
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"
|