diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 23:05:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 23:05:30 +0000 |
commit | 29ea2a885239d1773228cb799ee6df4636668edb (patch) | |
tree | 28d4e103e7588ed62a1c3c310a492940790aee8a | |
parent | a423e271931a91f8de0fc81e6a2861034e569a12 (diff) | |
download | ports-29ea2a885239d1773228cb799ee6df4636668edb.tar.gz ports-29ea2a885239d1773228cb799ee6df4636668edb.zip |
The Data::Currency module provides basic currency formatting and conversion.
WWW: http://search.cpan.org/dist/Data-Currency/
PR: ports/117979
Submitted by: Zach Thompson <hideo at lastamericanempire.com>
Notes
Notes:
svn path=/head/; revision=204052
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/p5-Data-Currency/Makefile | 35 | ||||
-rw-r--r-- | finance/p5-Data-Currency/distinfo | 3 | ||||
-rw-r--r-- | finance/p5-Data-Currency/pkg-descr | 3 | ||||
-rw-r--r-- | finance/p5-Data-Currency/pkg-plist | 5 |
5 files changed, 47 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index fe3c872eac0c..bea0d5ce45ba 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -52,6 +52,7 @@ SUBDIR += p5-Business-TW-TSIB-CStorePayment SUBDIR += p5-Business-TW-TSIB-VirtualAccount SUBDIR += p5-Business-WorldPay-Junior + SUBDIR += p5-Data-Currency SUBDIR += p5-Finance-Amortization SUBDIR += p5-Finance-Currency-Convert SUBDIR += p5-Finance-Currency-Convert-WebserviceX diff --git a/finance/p5-Data-Currency/Makefile b/finance/p5-Data-Currency/Makefile new file mode 100644 index 000000000000..f848975ad5c5 --- /dev/null +++ b/finance/p5-Data-Currency/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: finance/p5-Data-Currency +# Date created: 01 November 2007 +# Whom: Zach Thompson <hideo@lastamericanempire.com> +# +# $FreeBSD$ +# + +PORTNAME= Data-Currency +PORTVERSION= 0.04002 +CATEGORIES= finance +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Data +PKGNAMEPREFIX= p5- + +MAINTAINER= hideo@lastamericanempire.com +COMMENT= Container class for currency conversion/formatting + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/Locale/Currency/Format.pm:${PORTSDIR}/finance/p5-Locale-Currency-Format \ + ${SITE_PERL}/Class/Accessor/Grouped.pm:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \ + ${SITE_PERL}/Finance/Currency/Convert/WebserviceX.pm:${PORTSDIR}/finance/p5-Finance-Currency-Convert-WebserviceX \ + ${SITE_PERL}/Locale/Currency.pm:${PORTSDIR}/misc/p5-Locale-Codes \ + ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/Locale/Currency/Format.pm:${PORTSDIR}/finance/p5-Locale-Currency-Format \ + ${SITE_PERL}/Class/Accessor/Grouped.pm:${PORTSDIR}/devel/p5-Class-Accessor-Grouped \ + ${SITE_PERL}/Finance/Currency/Convert/WebserviceX.pm:${PORTSDIR}/finance/p5-Finance-Currency-Convert-WebserviceX \ + ${SITE_PERL}/Locale/Currency.pm:${PORTSDIR}/misc/p5-Locale-Codes \ + ${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector + +PERL_CONFIGURE= yes + +MAN3= Data::Currency.3 + +.include <bsd.port.mk> diff --git a/finance/p5-Data-Currency/distinfo b/finance/p5-Data-Currency/distinfo new file mode 100644 index 000000000000..bc6110686fb6 --- /dev/null +++ b/finance/p5-Data-Currency/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Currency-0.04002.tar.gz) = f425e08b5d3b4a0d27afd620de09a7ee +SHA256 (Data-Currency-0.04002.tar.gz) = e8df3ca011bab752422bbd616c0ce2841aefc9efc467a0a2b633d0b99710b001 +SIZE (Data-Currency-0.04002.tar.gz) = 23723 diff --git a/finance/p5-Data-Currency/pkg-descr b/finance/p5-Data-Currency/pkg-descr new file mode 100644 index 000000000000..139ed833a375 --- /dev/null +++ b/finance/p5-Data-Currency/pkg-descr @@ -0,0 +1,3 @@ +The Data::Currency module provides basic currency formatting and conversion. + +WWW: http://search.cpan.org/dist/Data-Currency/ diff --git a/finance/p5-Data-Currency/pkg-plist b/finance/p5-Data-Currency/pkg-plist new file mode 100644 index 000000000000..fa14c5fa7ce5 --- /dev/null +++ b/finance/p5-Data-Currency/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Data/Currency.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Currency/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Currency +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data |