diff options
author | anray <anray@FreeBSD.org> | 2005-12-28 17:49:57 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-28 17:49:57 +0800 |
commit | 607f5cf9c69ecd550b594bd0bd1080a539d3d144 (patch) | |
tree | 4d1866ac8059a317ccdcfe854e74ba529d5c6001 /finance/p5-Finance-Currency-Convert-WebserviceX | |
parent | fd49fe64210b52f3c6ba08d7b5f9ba171dfa3082 (diff) | |
download | freebsd-ports-gnome-607f5cf9c69ecd550b594bd0bd1080a539d3d144.tar.gz freebsd-ports-gnome-607f5cf9c69ecd550b594bd0bd1080a539d3d144.tar.zst freebsd-ports-gnome-607f5cf9c69ecd550b594bd0bd1080a539d3d144.zip |
Add p5-Finance-Currency-Convert-WebserviceX 0.05, lightweight currency
conversion using WebserviceX.NET.
PR: ports/90999
Submitted by: Zach Thompson <hideo@lastamericanempire.com>
Diffstat (limited to 'finance/p5-Finance-Currency-Convert-WebserviceX')
4 files changed, 48 insertions, 0 deletions
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 |