mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
ea8c8ec7da
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
30 lines
687 B
Makefile
30 lines
687 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pguri
|
|
PORTVERSION= 1.20151224
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= tz@FreeBSD.org
|
|
COMMENT= URI datatype for PostgreSQL
|
|
|
|
BUILD_DEPENDS= uriparser>=0.8.0:net/uriparser
|
|
RUN_DEPENDS= uriparser>=0.8.0:net/uriparser
|
|
|
|
USES= gmake pgsql pkgconfig
|
|
LLD_UNSAFE= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= petere
|
|
|
|
PLIST_FILES= lib/postgresql/uri.so share/postgresql/extension/uri--0.sql \
|
|
share/postgresql/extension/uri--1.sql \
|
|
share/postgresql/extension/uri--0--1.sql \
|
|
share/postgresql/extension/uri.control
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/uri.so
|
|
|
|
.include <bsd.port.mk>
|