2017-07-27 11:19:00 +02:00
|
|
|
# Created by: Jov <amutu@amutu.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pg_dirtyread
|
2017-08-07 15:42:44 +02:00
|
|
|
PORTVERSION= 1.2
|
2017-07-27 11:19:00 +02:00
|
|
|
CATEGORIES= databases
|
|
|
|
PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}-
|
|
|
|
|
|
|
|
MAINTAINER= amutu@amutu.com
|
|
|
|
COMMENT= Read dead but unvacuumed tuples from a PostgreSQL relation
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
|
|
|
USES= gmake pgsql:9.2+
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= ChristophBerg
|
|
|
|
|
|
|
|
WANT_PGSQL= server
|
|
|
|
|
|
|
|
PLIST_FILES= lib/postgresql/pg_dirtyread.so \
|
|
|
|
share/postgresql/extension/pg_dirtyread--1.0.sql \
|
|
|
|
share/postgresql/extension/pg_dirtyread.control
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_dirtyread.so
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|