diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-11-12 16:43:58 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-11-12 16:43:58 +0000 |
commit | b8cbfb335a4423854b4197f2c64918de167e106b (patch) | |
tree | f90f646181949ea0cc87734e8e38341342d46980 /textproc | |
parent | 400ce66436f2a321798618aef0013554f05d695a (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Identify-CLD/Makefile | 3 | ||||
-rw-r--r-- | textproc/pecl-cld/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Identify-CLD/Makefile b/textproc/p5-Lingua-Identify-CLD/Makefile index 31df0f3df3fe..1f00a690013f 100644 --- a/textproc/p5-Lingua-Identify-CLD/Makefile +++ b/textproc/p5-Lingua-Identify-CLD/Makefile @@ -13,6 +13,9 @@ COMMENT= Interface to Chrome language detection library LICENSE= BSD3CLAUSE +DEPRECATED= Depends on expired devel/cld +EXPIRATION_DATE=2017-12-12 + 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 diff --git a/textproc/pecl-cld/Makefile b/textproc/pecl-cld/Makefile index 3d3e73c1ffb5..04b5c72b9ab8 100644 --- a/textproc/pecl-cld/Makefile +++ b/textproc/pecl-cld/Makefile @@ -11,6 +11,9 @@ COMMENT= PHP Bindings for Chromium Compact Language Detector LICENSE= BSD2CLAUSE +DEPRECATED= Depends on expired devel/cld +EXPIRATION_DATE=2017-12-12 + LIB_DEPENDS= libcld.so:devel/cld CONFIGURE_ARGS= --enable-cld --with-libcld-dir=${LOCALBASE}/lib |