add p5-Finance-Currency-Convert 1.03
Convert currencies and fetch their exchange rates PR: 34277 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
d2ac81835a
commit
e9e9f766bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61981
23
finance/p5-Finance-Currency-Convert/Makefile
Normal file
23
finance/p5-Finance-Currency-Convert/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Finance::Currency::Convert
|
||||
# Date created: 25 Jan 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Finance-Currency-Convert
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Finance
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Finance::Currency::Convert.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
finance/p5-Finance-Currency-Convert/distinfo
Normal file
1
finance/p5-Finance-Currency-Convert/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Finance-Currency-Convert-1.03.tgz) = 280788fe98a8893f71d89369962fca21
|
1
finance/p5-Finance-Currency-Convert/pkg-comment
Normal file
1
finance/p5-Finance-Currency-Convert/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Convert currencies and fetch their exchange rates
|
9
finance/p5-Finance-Currency-Convert/pkg-descr
Normal file
9
finance/p5-Finance-Currency-Convert/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
This module converts currencies. It has built in the fixed
|
||||
exchange rates for all Euro currencies (as of November
|
||||
2000). If you wish to use other / more currencies, you can
|
||||
automatically fetch their exchange rates from the internet
|
||||
and (optionally) store them in a file for later reference.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Finance-Currency-Convert
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
11
finance/p5-Finance-Currency-Convert/pkg-plist
Normal file
11
finance/p5-Finance-Currency-Convert/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Finance/Currency/Convert.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Finance/Currency/Convert/autosplit.ix
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Finance/Currency/Convert 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Finance/Currency 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Finance 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Finance/Currency 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Finance 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Currency 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance 2>/dev/null || true
|
@ -215,6 +215,7 @@
|
||||
SUBDIR += p5-DataCash
|
||||
SUBDIR += p5-File-CounterFile
|
||||
SUBDIR += p5-File-Sort
|
||||
SUBDIR += p5-Finance-Currency-Convert
|
||||
SUBDIR += p5-Finance-Quote
|
||||
SUBDIR += p5-Geo-Weather
|
||||
SUBDIR += p5-I18N-Charset
|
||||
|
23
misc/p5-Finance-Currency-Convert/Makefile
Normal file
23
misc/p5-Finance-Currency-Convert/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Finance::Currency::Convert
|
||||
# Date created: 25 Jan 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Finance-Currency-Convert
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Finance
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Finance::Currency::Convert.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/p5-Finance-Currency-Convert/distinfo
Normal file
1
misc/p5-Finance-Currency-Convert/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Finance-Currency-Convert-1.03.tgz) = 280788fe98a8893f71d89369962fca21
|
1
misc/p5-Finance-Currency-Convert/pkg-comment
Normal file
1
misc/p5-Finance-Currency-Convert/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Convert currencies and fetch their exchange rates
|
9
misc/p5-Finance-Currency-Convert/pkg-descr
Normal file
9
misc/p5-Finance-Currency-Convert/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
This module converts currencies. It has built in the fixed
|
||||
exchange rates for all Euro currencies (as of November
|
||||
2000). If you wish to use other / more currencies, you can
|
||||
automatically fetch their exchange rates from the internet
|
||||
and (optionally) store them in a file for later reference.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Finance-Currency-Convert
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
11
misc/p5-Finance-Currency-Convert/pkg-plist
Normal file
11
misc/p5-Finance-Currency-Convert/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Finance/Currency/Convert.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/auto/Finance/Currency/Convert/autosplit.ix
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Finance/Currency/Convert 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Finance/Currency 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Finance 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Finance/Currency 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Finance 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Currency/Convert 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Currency 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user