2001-11-05 13:46:52 +01:00
|
|
|
# New ports collection makefile for: Number::Format
|
|
|
|
# Date created: 27 Oct 2001
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Number-Format
|
2002-09-17 23:28:03 +02:00
|
|
|
PORTVERSION= 1.45
|
2001-11-05 13:46:52 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Number
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-09-20 16:20:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-03-15 14:02:21 +01:00
|
|
|
COMMENT= Perl extension for formatting numbers
|
2001-11-05 13:46:52 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Number::Format.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|