svn commit: r443811 - head/textproc/p5-Lingua-Identify-CLD
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jun 18 05:51:55 UTC 2017
Author: sunpoet
Date: Sun Jun 18 05:51:54 2017
New Revision: 443811
URL: https://svnweb.freebsd.org/changeset/ports/443811
Log:
Remove Perl core modules
- While I'm here, update version requirement of BUILD_DEPENDS
- Bump PORTREVISION for dependency change
With hat: perl
Modified:
head/textproc/p5-Lingua-Identify-CLD/Makefile
Modified: head/textproc/p5-Lingua-Identify-CLD/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Identify-CLD/Makefile Sun Jun 18 05:51:48 2017 (r443810)
+++ head/textproc/p5-Lingua-Identify-CLD/Makefile Sun Jun 18 05:51:54 2017 (r443811)
@@ -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 librar
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
More information about the svn-ports-head
mailing list