freebsd-ports/textproc/p5-Number-Format/Makefile

19 lines
356 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Number-Format
PORTVERSION= 1.73
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl extension for formatting numbers
USES= perl5
USE_PERL5= configure
MAN3= Number::Format.3
NO_STAGE= yes
.include <bsd.port.mk>