diff options
5 files changed, 49 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index ddc91cfc2a21..6cbd4e7ac54d 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -45,6 +45,7 @@ SUBDIR += p5-Business-OnlinePayment-iAuthorizer SUBDIR += p5-Business-WorldPay-Junior SUBDIR += p5-Finance-Currency-Convert + SUBDIR += p5-Finance-Currency-Convert-WebserviceX SUBDIR += p5-Finance-Currency-Convert-XE SUBDIR += p5-Finance-Quote SUBDIR += p5-Finance-QuoteHist diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile new file mode 100644 index 000000000000..71acfa808b97 --- /dev/null +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Finance-Currency-Convert-WebserviceX +# Date Created: 27 Dec 2005 +# Whom: Zach Thompson <hideo@lastamericanempire.com> +# +# $FreeBSD$ +# + +PORTNAME= Finance-Currency-Convert-WebserviceX +PORTVERSION= 0.05 +CATEGORIES= finance perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Finance +PKGNAMEPREFIX= p5- + +MAINTAINER= hideo@lastamericanempire.com +COMMENT= Lightweight currency conversion using WebserviceX.NET + +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Finance::Currency::Convert::WebserviceX.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +post-patch: + @${PERL} -pi -e '$$_ = "" if /^use warnings/o' \ + ${WRKSRC}/lib/Finance/Currency/Convert/WebserviceX.pm +.endif + +.include <bsd.port.post.mk> diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/distinfo b/finance/p5-Finance-Currency-Convert-WebserviceX/distinfo new file mode 100644 index 000000000000..512a13c856fd --- /dev/null +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/distinfo @@ -0,0 +1,3 @@ +MD5 (Finance-Currency-Convert-WebserviceX-0.05.tar.gz) = 931eb7da0aee542e690b87228277f4fe +SHA256 (Finance-Currency-Convert-WebserviceX-0.05.tar.gz) = 1118e78260008b927ceafd0e1091f3a19acfe2b37f57555eb4af600e84ae8810 +SIZE (Finance-Currency-Convert-WebserviceX-0.05.tar.gz) = 11457 diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-descr b/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-descr new file mode 100644 index 000000000000..17cfefdf2e41 --- /dev/null +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-descr @@ -0,0 +1,3 @@ +Lightweight currency conversion using WebserviceX.NET + +WWW: http://search.cpan.org/dist/Finance-Currency-Convert-WebserviceX/ diff --git a/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-plist b/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-plist new file mode 100644 index 000000000000..11a55b2fc6d5 --- /dev/null +++ b/finance/p5-Finance-Currency-Convert-WebserviceX/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Finance/Currency/Convert/WebserviceX.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert/WebserviceX/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert/WebserviceX +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/Currency 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Finance/Currency/Convert 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Finance/Currency 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Finance 2>/dev/null || true |