pkgsrc/textproc/p5-Number-Format/Makefile

17 lines
445 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2006/11/05 04:28:47 obache Exp $
#
DISTNAME= Number-Format-1.52
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~wrw/Number-Format/
COMMENT= Perl extension for formatting numbers
PERL5_PACKLIST= auto/Number/Format/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"