blob: 60309814b1fd5639611e527245118ad61aeee76a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.26
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl functions for formatting monetary values
PERL_CONFIGURE= yes
MAN3= Locale::Currency::Format.3
.include <bsd.port.mk>
|