24 lines
489 B
Makefile
24 lines
489 B
Makefile
# New ports collection makefile for: p5-Locale-Currency-Format
|
|
# Date Created: 27 Dec 2005
|
|
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Locale-Currency-Format
|
|
PORTVERSION= 1.30
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl functions for formatting monetary values
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART20 GPLv1
|
|
|
|
MAN3= Locale::Currency::Format.3
|
|
|
|
.include <bsd.port.mk>
|