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
38 lines
853 B
Makefile
38 lines
853 B
Makefile
# Created by: Matthew Seaman
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pgespresso
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Optional extension to Barman backup and recovery manager
|
|
|
|
LICENSE= PostgreSQL
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= 2ndquadrant-it
|
|
|
|
USES= gmake pgsql:9.2-9.5
|
|
LLD_UNSAFE= yes
|
|
WANT_PGSQL= server
|
|
|
|
PLIST_FILES= lib/postgresql/pgespresso.so \
|
|
share/postgresql/extension/pgespresso--1.0--1.1.sql \
|
|
share/postgresql/extension/pgespresso--1.1--1.2.sql \
|
|
share/postgresql/extension/pgespresso--1.2.sql \
|
|
share/postgresql/extension/pgespresso.control
|
|
|
|
PORTDOCS= README.asciidoc
|
|
|
|
INSTALL_TARGET= install-strip
|
|
MAKE_ARGS= INSTALL="${INSTALL} -c"
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
|
${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|