diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-08-30 03:11:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-08-30 03:11:12 +0800 |
commit | dc0ed3d744bd9b0aba3233ef8a49b33e1c921aba (patch) | |
tree | f684590b8cae9aa3507df5473344bc216a6c2d30 /textproc | |
parent | a18b28cd8b4535bcae0969ce385261bba13eaf0b (diff) | |
download | freebsd-ports-gnome-dc0ed3d744bd9b0aba3233ef8a49b33e1c921aba.tar.gz freebsd-ports-gnome-dc0ed3d744bd9b0aba3233ef8a49b33e1c921aba.tar.zst freebsd-ports-gnome-dc0ed3d744bd9b0aba3233ef8a49b33e1c921aba.zip |
Update to 0.30
Changes: https://metacpan.org/changes/distribution/Lingua-EN-Tagger
Diffstat (limited to 'textproc')
-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 |