diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-20 14:45:08 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-20 14:45:08 +0000 |
commit | 55bbf047ea6ef15f3a395ba90530489bce58d3fd (patch) | |
tree | e5b53c6bd3e0df60cfe28b8a0bd024db91ff5517 /finance | |
parent | a4980fd9f02c82662d8eee8c401a2fa46df8feda (diff) | |
download | ports-55bbf047ea6ef15f3a395ba90530489bce58d3fd.tar.gz ports-55bbf047ea6ef15f3a395ba90530489bce58d3fd.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 8 | ||||
-rw-r--r-- | finance/p5-Finance-Quote/distinfo | 2 | ||||
-rw-r--r-- | finance/p5-Finance-Quote/pkg-plist | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 63bcb29a2388..7eb04f7e3218 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Finance-Quote -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance @@ -32,6 +32,10 @@ MAN3= Finance::Quote.3 \ Finance::Quote::Yahoo::Australia.3 \ Finance::Quote::Yahoo::Base.3 \ Finance::Quote::Yahoo::Europe.3\ - Finance::Quote::Yahoo::USA.3 + Finance::Quote::Yahoo::USA.3 \ + Finance::Quote::AEX.3 \ + Finance::Quote::Cdnfundlibrary.3 \ + Finance::Quote::Fool.3 \ + Finance::Quote::Tdwaterhouse.3 .include <bsd.port.mk> diff --git a/finance/p5-Finance-Quote/distinfo b/finance/p5-Finance-Quote/distinfo index bae5b0dab00b..4b85c2c996d2 100644 --- a/finance/p5-Finance-Quote/distinfo +++ b/finance/p5-Finance-Quote/distinfo @@ -1 +1 @@ -MD5 (Finance-Quote-1.05.tar.gz) = 5d1145854664d0f9a3c0e22feee64734 +MD5 (Finance-Quote-1.06.tar.gz) = 492fef37cf6124c2f4652c7764bed257 diff --git a/finance/p5-Finance-Quote/pkg-plist b/finance/p5-Finance-Quote/pkg-plist index 17717c7f064f..4a8bcb802954 100644 --- a/finance/p5-Finance-Quote/pkg-plist +++ b/finance/p5-Finance-Quote/pkg-plist @@ -12,6 +12,10 @@ lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Australia.pm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Base.pm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Europe.pm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/USA.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/AEX.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Cdnfundlibrary.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Fool.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Tdwaterhouse.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo @dirrm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Quote |