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
|
2009-10-30 02:39:00 +01:00
|
|
|
PORTVERSION= 1.73
|
2001-11-05 13:46:52 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-11-05 13:46:52 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-09-26 16:00:08 +02:00
|
|
|
MAINTAINER= clsung@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
|
2006-04-27 16:17:32 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|