freebsd-ports/databases/tsearch_extras/Makefile
Ruslan Makhmatkhanov acac8c5174 databases/tsearch_extras: replace GH_TUPLE with GH_ACCOUNT
Because GH_ACCOUNT is sufficient in this case.

Reported by:	mat
2016-08-21 14:01:33 +00:00

24 lines
548 B
Makefile

# $FreeBSD$
PORTNAME= tsearch_extras
PORTVERSION= 0.2
CATEGORIES= databases
MAINTAINER= rm@FreeBSD.org
COMMENT= Functions for getting lower-level data about full text search
LICENSE= PostgreSQL
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USE_GITHUB= yes
GH_ACCOUNT= zulip
USES= gmake pgsql
PLIST_FILES= lib/postgresql/tsearch_extras.so \
share/postgresql/extension/tsearch_extras--1.0.sql \
share/postgresql/extension/tsearch_extras.control
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/tsearch_extras.so
.include <bsd.port.mk>