freebsd-ports/finance/p5-Finance-QuoteTW/Makefile
2013-11-03 08:05:18 +00:00

26 lines
704 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Finance-QuoteTW
PORTVERSION= 0.09
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Fetch quotes of mutual funds in Taiwan
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
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>