1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/finance/p5-Finance-TW-TSEQuote/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

32 lines
743 B
Makefile

# ex:ts=8
# Ports collection makefile for: Finance::TW::TSEQuote
# Date created: Apr 28, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Finance-TW-TSEQuote
PORTVERSION= 0.2.7
PORTREVISION= 1
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Check stock quotes from Taiwan Security Exchange
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS} \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
p5-Finance-TW-EmergingQuote>=0:${PORTSDIR}/finance/p5-Finance-TW-EmergingQuote
PERL_CONFIGURE= yes
MAN1= pfq.1
MAN3= Finance::TW::TSEQuote.3
.include <bsd.port.mk>