Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2012/10/02 21:25:41 asau Exp $
# $NetBSD: Makefile,v 1.3 2016/03/05 16:06:32 tnn Exp $
PKGNAME= ${DISTNAME:C/-/${PGSQL_VERSION}-pgbench-/}
COMMENT= PostgreSQL benchmarking tools
@@ -6,5 +6,12 @@ COMMENT= PostgreSQL benchmarking tools
BUILD_DIRS+= contrib/pgbench
.include "../../mk/pgsql.buildlink3.mk" # this one defines PGSQL_VERSION among others
# This package should be removed when PGSQL_VERSION_DEFAULT is bumped
.if !empty(PGSQL_VERSION:M95)
PKG_SKIP_REASON+= \
"pgbench is now shipped with postgresql${PGSQL_VERSION}-client"
.endif
.include "../../databases/postgresql${PGSQL_VERSION}/Makefile.common"
.include "../../mk/bsd.pkg.mk"