freebsd-ports/databases/pg_similarity/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

33 lines
798 B
Makefile

# Created by: Jov <amutu@amutu.com>
# $FreeBSD$
PORTNAME= pg_similarity
PORTVERSION= 20160917
PORTREVISION= 2
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
MAINTAINER= amutu@amutu.com
COMMENT= Set of functions and operators for executing similarity queries
LICENSE= BSD3CLAUSE
USES= gmake pgsql:9.1+
USE_GITHUB= yes
GH_ACCOUNT= eulerto
GH_TAGNAME= be1a8b0
MAKE_ENV= USE_PGXS=1
WANT_PGSQL= server
PLIST_FILES= lib/postgresql/pg_similarity.so \
share/postgresql/extension/pg_similarity--1.0.sql \
share/postgresql/extension/pg_similarity--unpackaged--1.0.sql \
share/postgresql/extension/pg_similarity.control \
share/postgresql/extension/pg_similarity.sql
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_similarity.so
.include <bsd.port.mk>