diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-16 20:11:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-16 20:11:22 +0000 |
commit | 5588b1c10d2d7d332113e0579bf0d2bbed74fefa (patch) | |
tree | b3809bb1aea1334eb2330416306d631637d6e908 /textproc/p5-Lingua-EN-Fathom/Makefile | |
parent | ee1684f0e7926ccd2871c7bd40ac363bc6c95429 (diff) | |
download | ports-5588b1c10d2d7d332113e0579bf0d2bbed74fefa.tar.gz ports-5588b1c10d2d7d332113e0579bf0d2bbed74fefa.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-Fathom/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Fathom/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-EN-Fathom/Makefile b/textproc/p5-Lingua-EN-Fathom/Makefile index 2a51be523e9b..5b14382930fd 100644 --- a/textproc/p5-Lingua-EN-Fathom/Makefile +++ b/textproc/p5-Lingua-EN-Fathom/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Fathom -PORTVERSION= 1.19 +PORTVERSION= 1.22 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,12 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Lingua-EN-Syllable>=0:textproc/p5-Lingua-EN-Syllable +RUN_DEPENDS= p5-Lingua-EN-Sentence>=0.28:textproc/p5-Lingua-EN-Sentence \ + p5-Lingua-EN-Syllable>=0:textproc/p5-Lingua-EN-Syllable USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |