diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-30 23:30:55 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-30 23:30:55 +0000 |
commit | 6095f8d47a4a2336ce178caf6d72cef1197d3a43 (patch) | |
tree | 0baee1f61bdd8f7fc45a9cafe2fca1a1c82ee76b /japanese | |
parent | 57eddb3fa57f0798f57bfaeb6eff73ce64d2ec58 (diff) | |
download | ports-6095f8d47a4a2336ce178caf6d72cef1197d3a43.tar.gz ports-6095f8d47a4a2336ce178caf6d72cef1197d3a43.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/php5-mecab/Makefile | 27 | ||||
-rw-r--r-- | japanese/php5-mecab/distinfo | 2 | ||||
-rw-r--r-- | japanese/php5-mecab/pkg-descr | 3 |
4 files changed, 0 insertions, 33 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 8895063019d4..660ca8210f51 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -217,7 +217,6 @@ SUBDIR += p5-WWW-MobileCarrierJP SUBDIR += p5-nkf SUBDIR += pejv-fpw - SUBDIR += php5-mecab SUBDIR += plain2 SUBDIR += plan SUBDIR += prn diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile deleted file mode 100644 index 6a2a0145703b..000000000000 --- a/japanese/php5-mecab/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mecab -PORTVERSION= 0.5.0 -PORTREVISION= 1 -CATEGORIES= japanese -MASTER_SITES= https://github.com/downloads/rsky/php-${PORTNAME}/ -DISTNAME= php-mecab-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= PHP5 extension for MeCab Morphological Analyzer - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LIB_DEPENDS= libmecab.so:japanese/mecab - -USES= php:ext -IGNORE_WITH_PHP= 71 72 73 -CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config - -.include <bsd.port.pre.mk> - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${PHP_PKGNAMEPREFIX} - -.include <bsd.port.post.mk> diff --git a/japanese/php5-mecab/distinfo b/japanese/php5-mecab/distinfo deleted file mode 100644 index 4951586769bc..000000000000 --- a/japanese/php5-mecab/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (php-mecab-0.5.0.tgz) = e5c84a8ffa39a8a0dd60424b879806382ec0f66d50007f6bfad6831074b3bcc5 -SIZE (php-mecab-0.5.0.tgz) = 50180 diff --git a/japanese/php5-mecab/pkg-descr b/japanese/php5-mecab/pkg-descr deleted file mode 100644 index 21bf81e59192..000000000000 --- a/japanese/php5-mecab/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A PHP5 extension for MeCab Morphological Analyzer. - -WWW: https://github.com/rsky/php-mecab |