diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 22:45:49 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 22:45:49 +0800 |
commit | cd3bd119df7bda0177bdea0f6c453d1a4f9d5990 (patch) | |
tree | 2008cda24d377a4d487347df1db9b79077a8824d /finance | |
parent | 6241c3af6d208beb3e754d0a9d3739940c881f71 (diff) | |
download | freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.tar.gz freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.tar.zst freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-QuoteTW/Makefile | 2 | ||||
-rw-r--r-- | finance/p5-Finance-TW-TSEQuote/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/finance/p5-Finance-QuoteTW/Makefile b/finance/p5-Finance-QuoteTW/Makefile index 0580ba87b613..aeaa98ef9e59 100644 --- a/finance/p5-Finance-QuoteTW/Makefile +++ b/finance/p5-Finance-QuoteTW/Makefile @@ -8,6 +8,7 @@ PORTNAME= Finance-QuoteTW PORTVERSION= 0.09 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Fetch quotes of mutual funds in Taiwan RUN_DEPENDS= p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \ - p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \ p5-HTML-Encoding>=0.6:${PORTSDIR}/www/p5-HTML-Encoding \ p5-HTML-TableExtract>=2.1:${PORTSDIR}/www/p5-HTML-TableExtract \ p5-Spiffy>=0.3:${PORTSDIR}/devel/p5-Spiffy \ diff --git a/finance/p5-Finance-TW-TSEQuote/Makefile b/finance/p5-Finance-TW-TSEQuote/Makefile index aa595d5695ab..cee7f75ed152 100644 --- a/finance/p5-Finance-TW-TSEQuote/Makefile +++ b/finance/p5-Finance-TW-TSEQuote/Makefile @@ -8,6 +8,7 @@ PORTNAME= Finance-TW-TSEQuote PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +18,6 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Check stock quotes from Taiwan Security Exchange BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \ p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ |