diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 20:57:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 20:57:23 +0800 |
commit | cdc74c29a27be83a938609ae74d73c9a0ab76085 (patch) | |
tree | 9e9501549971784a06692d26df85d6ac6e60da63 /finance | |
parent | 83864486e12a994b335c8be2133cb88e6a42c576 (diff) | |
download | freebsd-ports-gnome-cdc74c29a27be83a938609ae74d73c9a0ab76085.tar.gz freebsd-ports-gnome-cdc74c29a27be83a938609ae74d73c9a0ab76085.tar.zst freebsd-ports-gnome-cdc74c29a27be83a938609ae74d73c9a0ab76085.zip |
- 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]
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 10 |
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 \ |