summaryrefslogtreecommitdiff
path: root/textproc/p5-Number-Format/Makefile
blob: b8de63b1fa3e02e15a99e9f6c1a6c5ef5acc5505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.12 2011/08/14 15:14:05 obache Exp $
#

DISTNAME=		Number-Format-1.73
PKGNAME=		p5-${DISTNAME}
PKGREVISION=		2
CATEGORIES=		textproc
MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Number/}

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://search.cpan.org/dist/Number-Format/
COMMENT=		Perl extension for formatting numbers
LICENSE=		${PERL5_LICENSE}

PKG_DESTDIR_SUPPORT=	user-destdir

PERL5_PACKLIST=		auto/Number/Format/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"