Add p5-Finance-Currency-Convert-WebserviceX 0.05, lightweight currency

conversion using WebserviceX.NET.

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

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,3 @@
Lightweight currency conversion using WebserviceX.NET
WWW: http://search.cpan.org/dist/Finance-Currency-Convert-WebserviceX/

View File

@ -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