diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/p5-Locale-Currency-Format/Makefile | 28 | ||||
-rw-r--r-- | finance/p5-Locale-Currency-Format/distinfo | 3 | ||||
-rw-r--r-- | finance/p5-Locale-Currency-Format/pkg-descr | 3 | ||||
-rw-r--r-- | finance/p5-Locale-Currency-Format/pkg-plist | 7 |
5 files changed, 42 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 6cbd4e7ac54d..c65d5338cd3b 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -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 diff --git a/finance/p5-Locale-Currency-Format/Makefile b/finance/p5-Locale-Currency-Format/Makefile new file mode 100644 index 000000000000..8e776ace77bc --- /dev/null +++ b/finance/p5-Locale-Currency-Format/Makefile @@ -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> diff --git a/finance/p5-Locale-Currency-Format/distinfo b/finance/p5-Locale-Currency-Format/distinfo new file mode 100644 index 000000000000..47bcaa009864 --- /dev/null +++ b/finance/p5-Locale-Currency-Format/distinfo @@ -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 diff --git a/finance/p5-Locale-Currency-Format/pkg-descr b/finance/p5-Locale-Currency-Format/pkg-descr new file mode 100644 index 000000000000..52b4e737860a --- /dev/null +++ b/finance/p5-Locale-Currency-Format/pkg-descr @@ -0,0 +1,3 @@ +Perl functions for converting monetary values to different formats. + +WWW: http://search.cpan.org/dist/Locale-Currency-Format/ diff --git a/finance/p5-Locale-Currency-Format/pkg-plist b/finance/p5-Locale-Currency-Format/pkg-plist new file mode 100644 index 000000000000..10d466e8b9eb --- /dev/null +++ b/finance/p5-Locale-Currency-Format/pkg-plist @@ -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 |