aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-18 05:51:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-18 05:51:54 +0000
commit52c8e36eff00d541fedac5d6545c55542bd08bd6 (patch)
treee728d3ff2be2f8f54ac8c3fc0f4d3350780d66af /textproc
parent3d361406460021022473a55da14ef9758ec1f3a7 (diff)
downloadports-52c8e36eff00d541fedac5d6545c55542bd08bd6.tar.gz
ports-52c8e36eff00d541fedac5d6545c55542bd08bd6.zip
Remove Perl core modules
- While I'm here, update version requirement of BUILD_DEPENDS - Bump PORTREVISION for dependency change With hat: perl
Notes
Notes: svn path=/head/; revision=443811
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Lingua-Identify-CLD/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Lingua-Identify-CLD/Makefile b/textproc/p5-Lingua-Identify-CLD/Makefile
index 47fb6e8969a2..31df0f3df3fe 100644
--- a/textproc/p5-Lingua-Identify-CLD/Makefile
+++ b/textproc/p5-Lingua-Identify-CLD/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Lingua-Identify-CLD
PORTVERSION= 0.09
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,12 +13,9 @@ COMMENT= Interface to Chrome language detection library
LICENSE= BSD3CLAUSE
+BUILD_DEPENDS= p5-Config-AutoConf>=0.17:devel/p5-Config-AutoConf \
+ p5-ExtUtils-LibBuilder>=0.04:devel/p5-ExtUtils-LibBuilder
LIB_DEPENDS= libcld.so:devel/cld
-BUILD_DEPENDS= p5-Config-AutoConf>=0.16:devel/p5-Config-AutoConf \
- p5-ExtUtils-CBuilder>0.27:devel/p5-ExtUtils-CBuilder \
- p5-ExtUtils-ParseXS>=0:devel/p5-ExtUtils-ParseXS \
- p5-ExtUtils-LibBuilder>=0.02:devel/p5-ExtUtils-LibBuilder
-RUN_DEPENDS= p5-XSLoader>=0:devel/p5-XSLoader
USES= perl5
USE_PERL5= modbuild