diff options
author | culot <culot@FreeBSD.org> | 2014-09-05 21:32:55 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-09-05 21:32:55 +0800 |
commit | 850725381a58b13b7e41d2cd931385a1d1195fc0 (patch) | |
tree | 3b9e83789eebc877214ab0162245bf32f3909703 | |
parent | e8103aa3f16e240ed1abe4b61bf2c132a01737f1 (diff) | |
download | freebsd-ports-gnome-850725381a58b13b7e41d2cd931385a1d1195fc0.tar.gz freebsd-ports-gnome-850725381a58b13b7e41d2cd931385a1d1195fc0.tar.zst freebsd-ports-gnome-850725381a58b13b7e41d2cd931385a1d1195fc0.zip |
- Update to 0.15
Changes: http://search.cpan.org/dist/Text-Ngram/Changes
-rw-r--r-- | textproc/p5-Text-Ngram/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Ngram/distinfo | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/textproc/p5-Text-Ngram/Makefile b/textproc/p5-Text-Ngram/Makefile index 899b4990f58c..396efb62354a 100644 --- a/textproc/p5-Text-Ngram/Makefile +++ b/textproc/p5-Text-Ngram/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Ngram -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,13 @@ COMMENT= Perl module for n-gram analysis LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Unicode-CaseFold>=1.00:${PORTSDIR}/textproc/p5-Unicode-CaseFold +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Text/Ngram/Ngram.so + .include <bsd.port.mk> diff --git a/textproc/p5-Text-Ngram/distinfo b/textproc/p5-Text-Ngram/distinfo index 513127c68e44..7c3e13335631 100644 --- a/textproc/p5-Text-Ngram/distinfo +++ b/textproc/p5-Text-Ngram/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-Ngram-0.14.tar.gz) = be828634315e76181bdfdfc4193515d81fd6ceb69463c135ff856d7db7b4fb48 -SIZE (Text-Ngram-0.14.tar.gz) = 22264 +SHA256 (Text-Ngram-0.15.tar.gz) = e2ef1da66427145842c23cc7cf6631dfa2a0ebcaf54debdfa81b72a38ece4a84 +SIZE (Text-Ngram-0.15.tar.gz) = 22396 |