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
|
2006-09-23 05:19:54 +02:00
|
|
|
PORTVERSION= 1.52
|
2006-09-26 16:00:08 +02:00
|
|
|
PORTREVISION= 1
|
2001-11-05 13:46:52 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Number
|
|
|
|
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
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
2006-09-23 05:19:54 +02:00
|
|
|
${PERL} -pi -e 's/en_US/en_US.US-ASCII/' ${WRKSRC}/t/*.t
|
2006-04-27 16:17:32 +02:00
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
|
|
${PERL} -pi -e '$$_="" if m{5.008}' ${WRKSRC}/Format.pm
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|