diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-17 12:57:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-17 12:57:23 +0000 |
commit | 5aa09b73d0fed1265925d02b12e12ddb36a6a99a (patch) | |
tree | 9e9501549971784a06692d26df85d6ac6e60da63 /finance/p5-Finance-Quote/Makefile | |
parent | a1321aaffa77f595bf0f6d478f67cc45f2cc5996 (diff) | |
download | ports-5aa09b73d0fed1265925d02b12e12ddb36a6a99a.tar.gz ports-5aa09b73d0fed1265925d02b12e12ddb36a6a99a.zip |
Notes
Diffstat (limited to 'finance/p5-Finance-Quote/Makefile')
-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 \ |