ports/databases/postgresql-zhparser/Makefile
Yuri Victorovich d7ec60f5a5 Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
2018-06-22 08:04:38 +00:00

35 lines
837 B
Makefile

# Created by: Jov <ports@FreeBSD.org>
# $FreeBSD$
PORTNAME= zhparser
PORTVERSION= 0.2.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= ports@FreeBSD.org
COMMENT= PostgreSQL extension for full-text search of Chinese
LICENSE= PostgreSQL
LIB_DEPENDS= libscws.so:textproc/scws
USES= gmake pgsql:9.2+
USE_GITHUB= yes
GH_ACCOUNT= amutu
WANT_PGSQL= server
MAKE_ENV= SCWS_HOME=${PREFIX}
PLIST_FILES= lib/postgresql/zhparser.so \
share/postgresql/extension/zhparser--1.0.sql \
share/postgresql/extension/zhparser--unpackaged--1.0.sql \
share/postgresql/extension/zhparser.control \
share/postgresql/tsearch_data/dict.utf8.xdb \
share/postgresql/tsearch_data/rules.utf8.ini
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/zhparser.so
.include <bsd.port.mk>