diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-29 19:11:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-29 19:11:12 +0000 |
commit | 148f6589e5e215c68f63fa9f0b874948124a2b75 (patch) | |
tree | f684590b8cae9aa3507df5473344bc216a6c2d30 | |
parent | 9b8b63f4a594926989bb85d41757fd97b4941376 (diff) | |
download | ports-148f6589e5e215c68f63fa9f0b874948124a2b75.tar.gz ports-148f6589e5e215c68f63fa9f0b874948124a2b75.zip |
Notes
-rw-r--r-- | textproc/p5-Lingua-EN-Tagger/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Tagger/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Lingua-EN-Tagger/Makefile b/textproc/p5-Lingua-EN-Tagger/Makefile index 16639d658cea..6891c26473d6 100644 --- a/textproc/p5-Lingua-EN-Tagger/Makefile +++ b/textproc/p5-Lingua-EN-Tagger/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Tagger -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,11 +12,11 @@ COMMENT= Part-of-speech tagger for English natural language processing LICENSE= GPLv3 -BUILD_DEPENDS= p5-HTML-Parser>=3.45:www/p5-HTML-Parser \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-HTML-Parser>=3.45:www/p5-HTML-Parser \ p5-HTML-Tagset>=3.20:www/p5-HTML-Tagset \ p5-Lingua-Stem>=0.81:textproc/p5-Lingua-Stem \ p5-Memoize-ExpireLRU>=0.55:devel/p5-Memoize-ExpireLRU -RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 diff --git a/textproc/p5-Lingua-EN-Tagger/distinfo b/textproc/p5-Lingua-EN-Tagger/distinfo index 05fa755e2912..70fde92e4e38 100644 --- a/textproc/p5-Lingua-EN-Tagger/distinfo +++ b/textproc/p5-Lingua-EN-Tagger/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526716282 -SHA256 (Lingua-EN-Tagger-0.29.tar.gz) = ca96746c4f704f810630f1ddb5134104cc1985ac609030a380f3d61940b05a37 -SIZE (Lingua-EN-Tagger-0.29.tar.gz) = 263947 +TIMESTAMP = 1535472469 +SHA256 (Lingua-EN-Tagger-0.30.tar.gz) = abd03542b97feba7f46611cb4d03c656e89a90af5669812e3d0ab8e4f49e365b +SIZE (Lingua-EN-Tagger-0.30.tar.gz) = 263291 |