diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-23 18:08:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-23 18:08:23 +0800 |
commit | 70ea41ec964198b0e6d72e4bfbc335cc57587a1c (patch) | |
tree | 73ca279873763f16c991ba4618fa11b0272640aa /textproc | |
parent | 486dedb51593e2a3da2a92f1ffbb5d419ef5bff2 (diff) | |
download | freebsd-ports-gnome-70ea41ec964198b0e6d72e4bfbc335cc57587a1c.tar.gz freebsd-ports-gnome-70ea41ec964198b0e6d72e4bfbc335cc57587a1c.tar.zst freebsd-ports-gnome-70ea41ec964198b0e6d72e4bfbc335cc57587a1c.zip |
- Update to 1.35
Changes: http://search.cpan.org/dist/Lingua-EN-MatchNames/Changes
Diffstat (limited to 'textproc')
-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 |