summaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Quote/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-17 12:57:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-17 12:57:23 +0000
commit5aa09b73d0fed1265925d02b12e12ddb36a6a99a (patch)
tree9e9501549971784a06692d26df85d6ac6e60da63 /finance/p5-Finance-Quote/Makefile
parent- Sort INFO (diff)
- Update LICENSE
- Add LICENSE_FILE - Fix *_DEPENDS: add missing p5-CGI [1], p5-HTML-Parser and p5-HTTP-Cookies - Bump PORTREVISION for dependency change PR: 215326 [1] Submitted by: madpilot [1]
Notes
Notes: svn path=/head/; revision=428736
Diffstat (limited to '')
-rw-r--r--finance/p5-Finance-Quote/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile
index eeeef5456946..d461f4d559e2 100644
--- a/finance/p5-Finance-Quote/Makefile
+++ b/finance/p5-Finance-Quote/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Finance-Quote
PORTVERSION= 1.38
+PORTREVISION= 1
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,12 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Get stock and mutual fund quotes from various exchanges
-LICENSE= GPLv2 GPLv3
-LICENSE_COMB= dual
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
+BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI \
+ p5-DateTime>=0:devel/p5-DateTime \
+ 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-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \