1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add p5-Locale-Currency-Format 1.22, perl functions for formatting

monetary values.

PR:		ports/90996
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
This commit is contained in:
Andrey Slusar 2005-12-28 10:09:03 +00:00
parent b1094c5652
commit c632ecea5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152261
5 changed files with 42 additions and 0 deletions

View File

@ -49,6 +49,7 @@
SUBDIR += p5-Finance-Currency-Convert-XE
SUBDIR += p5-Finance-Quote
SUBDIR += p5-Finance-QuoteHist
SUBDIR += p5-Locale-Currency-Format
SUBDIR += p5-Math-Financial
SUBDIR += pfpro
SUBDIR += qhacc

View File

@ -0,0 +1,28 @@
# 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.22
CATEGORIES= finance perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
PKGNAMEPREFIX= p5-
MAINTAINER= hideo@lastamericanempire.com
COMMENT= Perl functions for formatting monetary values
PERL_CONFIGURE= yes
MAN3= Locale::Currency::Format.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Locale-Currency-Format-1.22.tar.gz) = a7d4179a172a030a6c1bd5616d9a2e58
SHA256 (Locale-Currency-Format-1.22.tar.gz) = f59714809e57eeb56b222b89b93849207907f5f23ca247e775846fa1eb6f5303
SIZE (Locale-Currency-Format-1.22.tar.gz) = 6993

View File

@ -0,0 +1,3 @@
Perl functions for converting monetary values to different formats.
WWW: http://search.cpan.org/dist/Locale-Currency-Format/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Locale/Currency/Format.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Currency/Format/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Currency/Format
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Currency 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Locale/Currency 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Locale 2>/dev/null || true