summaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Quote/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-18 21:26:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-18 21:26:33 +0000
commitb8786bfbb3452ea3d594d3e5b92c458be480c4c9 (patch)
tree2d8ecb479c73740c6f7f100747801823dcc25ca0 /finance/p5-Finance-Quote/Makefile
parent- Update to 2014.02.16 (diff)
- Update to 1.19
- Remove post-patch: Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog
Notes
Notes: svn path=/head/; revision=344964
Diffstat (limited to '')
-rw-r--r--finance/p5-Finance-Quote/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile
index 29d55c0c54bc..aeac3d71b6fd 100644
--- a/finance/p5-Finance-Quote/Makefile
+++ b/finance/p5-Finance-Quote/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Finance-Quote
-PORTVERSION= 1.18
+PORTVERSION= 1.19
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,13 +17,13 @@ BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
+ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+ p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA \
+ p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
-post-patch:
- @${FIND} ${WRKSRC}/lib/Finance/ -name '*.orig' -delete
-
.include <bsd.port.mk>