import p5-Finance-Currency-Convert-WebserviceX 0.07000
This is a lightweight module to do currency conversion using the Currency Converter web service at http://www.webservicex.net/. The motivation for this module was many fold. First, Finance::Currency::Convert with Finance::Quote was a little too bulky for my needs, esp the need to download or maintain conversion tables. Finance::Currency::Convert::Yahoo seemed to be based on screen scraping. Way to fragile for my taste. Finance::Currency::Convert::XE has usage restrictions from XE.com. [No offense intended to any of the authors above]
This commit is contained in:
parent
8858a671c5
commit
3a0201f156
3 changed files with 35 additions and 0 deletions
10
finance/p5-Finance-Currency-Convert-WebserviceX/DESCR
Normal file
10
finance/p5-Finance-Currency-Convert-WebserviceX/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
This is a lightweight module to do currency conversion using the
|
||||
Currency Converter web service at http://www.webservicex.net/.
|
||||
|
||||
The motivation for this module was many fold. First,
|
||||
Finance::Currency::Convert with Finance::Quote was a little too
|
||||
bulky for my needs, esp the need to download or maintain conversion
|
||||
tables. Finance::Currency::Convert::Yahoo seemed to be based on
|
||||
screen scraping. Way to fragile for my taste.
|
||||
Finance::Currency::Convert::XE has usage restrictions from XE.com.
|
||||
[No offense intended to any of the authors above]
|
20
finance/p5-Finance-Currency-Convert-WebserviceX/Makefile
Normal file
20
finance/p5-Finance-Currency-Convert-WebserviceX/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 01:56:26 abs Exp $
|
||||
|
||||
DISTNAME= Finance-Currency-Convert-WebserviceX-0.07000
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CL/CLACO/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/perldoc?Finance::Currency::Convert::WebserviceX
|
||||
COMMENT= Lightweight currency conversion using WebserviceX.NET
|
||||
|
||||
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Finance/Currency/Convert/WebserviceX/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
finance/p5-Finance-Currency-Convert-WebserviceX/distinfo
Normal file
5
finance/p5-Finance-Currency-Convert-WebserviceX/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/06/23 01:56:26 abs Exp $
|
||||
|
||||
SHA1 (Finance-Currency-Convert-WebserviceX-0.07000.tar.gz) = 49abb3a622ea8e7146d6e439507aef8af13ccebe
|
||||
RMD160 (Finance-Currency-Convert-WebserviceX-0.07000.tar.gz) = e858df455ed6257b11fdbfe50a799ba3fd453cea
|
||||
Size (Finance-Currency-Convert-WebserviceX-0.07000.tar.gz) = 30039 bytes
|
Loading…
Reference in a new issue