summaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Quote/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-30 16:07:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-30 16:07:56 +0000
commitd3f318c5d9e1ad47bd8899c69f210d4f2b7d323a (patch)
treec77d0308f02de9196b3cc91ab2a390ccb5e59e52 /finance/p5-Finance-Quote/Makefile
parentUpdate to 0.37 (diff)
Update to 1.48
Changes: https://metacpan.org/changes/distribution/Finance-Quote
Notes
Notes: svn path=/head/; revision=505431
Diffstat (limited to '')
-rw-r--r--finance/p5-Finance-Quote/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile
index f7e11997cd51..649c61c3bfc8 100644
--- a/finance/p5-Finance-Quote/Makefile
+++ b/finance/p5-Finance-Quote/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Finance-Quote
-PORTVERSION= 1.47
+PORTVERSION= 1.48
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,21 +16,26 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-CGI>=0:www/p5-CGI \
p5-DateTime>=0:devel/p5-DateTime \
+ p5-DateTime-Format-Strptime>=0:devel/p5-DateTime-Format-Strptime \
p5-HTML-Parser>=0:www/p5-HTML-Parser \
p5-HTML-TableExtract>=0:www/p5-HTML-TableExtract \
p5-HTML-Tree>=0:www/p5-HTML-Tree \
p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies \
p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-JSON>=0:converters/p5-JSON \
+ p5-JSON-Parse>=0:devel/p5-JSON-Parse \
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
p5-Mozilla-CA>=0:www/p5-Mozilla-CA \
+ p5-String-Util>=0:textproc/p5-String-Util \
+ p5-Text-Template>=0:textproc/p5-Text-Template \
p5-URI>=0:net/p5-URI \
p5-libwww>=0:www/p5-libwww
TEST_DEPENDS= p5-Test-Kwalitee>=0:devel/p5-Test-Kwalitee \
p5-Test-Perl-Critic>=0:textproc/p5-Test-Perl-Critic
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>