2018-07-28 16:57:52 +02:00
|
|
|
# Created by: Jov <amutu@amutu.com>
|
|
|
|
|
|
|
|
PORTNAME= pg_similarity
|
|
|
|
PORTVERSION= 20160917
|
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 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
2018-07-28 16:57:52 +02:00
|
|
|
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>
|