diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-23 10:08:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-23 10:08:23 +0000 |
commit | 3b572aee70cc03fb8cf8788fb9c7fa4d2a2d1918 (patch) | |
tree | 73ca279873763f16c991ba4618fa11b0272640aa /textproc/p5-Lingua-EN-MatchNames | |
parent | 62c7173e963143751ceffd8c031a9e6ca9085223 (diff) | |
download | ports-3b572aee70cc03fb8cf8788fb9c7fa4d2a2d1918.tar.gz ports-3b572aee70cc03fb8cf8788fb9c7fa4d2a2d1918.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-MatchNames')
-rw-r--r-- | textproc/p5-Lingua-EN-MatchNames/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-MatchNames/distinfo | 4 |
2 files changed, 11 insertions, 4 deletions
diff --git a/textproc/p5-Lingua-EN-MatchNames/Makefile b/textproc/p5-Lingua-EN-MatchNames/Makefile index 3ab3168ffa19..81c90341cd4b 100644 --- a/textproc/p5-Lingua-EN-MatchNames/Makefile +++ b/textproc/p5-Lingua-EN-MatchNames/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-MatchNames -PORTVERSION= 1.34 +PORTVERSION= 1.35 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,4 +22,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502000 +BUILD_DEPENDS+= p5-Text-Soundex>=0:${PORTSDIR}/textproc/p5-Text-Soundex +RUN_DEPENDS+= p5-Text-Soundex>=0:${PORTSDIR}/textproc/p5-Text-Soundex +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Lingua-EN-MatchNames/distinfo b/textproc/p5-Lingua-EN-MatchNames/distinfo index 671f4702e90a..91c21e86ec6f 100644 --- a/textproc/p5-Lingua-EN-MatchNames/distinfo +++ b/textproc/p5-Lingua-EN-MatchNames/distinfo @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-MatchNames-1.34.tar.gz) = 268ca1a733a37854a6bf9912585ac19da64a07c878d5c263b392fa32b409d580 -SIZE (Lingua-EN-MatchNames-1.34.tar.gz) = 4674 +SHA256 (Lingua-EN-MatchNames-1.35.tar.gz) = 392c18daa8888f7542e1911d1926f5054d639ceb089c3f2bda18c5bd4629b9f6 +SIZE (Lingua-EN-MatchNames-1.35.tar.gz) = 4804 |