aboutsummaryrefslogblamecommitdiff
path: root/databases/tsearch_extras/Makefile
blob: 3212561812ade835dbf70cace981c25b17fa73cb (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                              
                   
                 







                                                                             

                           
                   
                     








                                                                          
PORTNAME=	tsearch_extras
PORTVERSION=	0.3
PORTREVISION=	2
CATEGORIES=	databases

MAINTAINER=	rm@FreeBSD.org
COMMENT=	Functions for getting lower-level data about full text search

LICENSE=	PostgreSQL
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

USES=		gmake pgsql
LLD_UNSAFE=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	zulip

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>