2013-08-02 20:52:07 +02:00
|
|
|
# Created by: chinsan
|
2008-08-31 18:06:31 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Finance-QuoteTW
|
2008-11-25 18:07:44 +01:00
|
|
|
PORTVERSION= 0.09
|
|
|
|
DISTVERSIONPREFIX= v
|
- 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.
2010-01-16 15:45:49 +01:00
|
|
|
PORTREVISION= 1
|
2008-08-31 18:06:31 +02:00
|
|
|
CATEGORIES= finance perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-08-31 18:06:31 +02:00
|
|
|
COMMENT= Fetch quotes of mutual funds in Taiwan
|
|
|
|
|
2008-11-25 18:07:44 +01:00
|
|
|
RUN_DEPENDS= p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \
|
|
|
|
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 \
|
|
|
|
p5-WWW-Mechanize>=1.34:${PORTSDIR}/www/p5-WWW-Mechanize \
|
|
|
|
p5-version>=0.76:${PORTSDIR}/devel/p5-version
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2008-08-31 18:06:31 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-08-31 18:06:31 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|