freebsd-ports/databases/pg_rman/Makefile
Mathieu Arnold 189da2fda2 Regular USE_GITHUB cleanup.
Sponsored by:	Absolight
2017-07-27 13:57:30 +00:00

24 lines
534 B
Makefile

# $FreeBSD$
PORTNAME= pg_rman
PORTVERSION= 1.3.3
CATEGORIES= databases
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Online backup and restore tool for PostgreSQL
LICENSE= BSD3CLAUSE
BROKEN= checksum and size mismatch (using a branch and not a tag or commit hash)
USES= gettext-runtime gmake pgsql
USE_GITHUB= yes
PG_TAG_VERSION= ${PGSQL_DEFAULT:S/./_/}
GH_ACCOUNT= ossc-db
GH_TAGNAME= REL${PG_TAG_VERSION}_STABLE
WANT_PGSQL= client server
WANT_PGSQL_VER= 91+
MAKE_ARGS= USE_PGXS=1
PLIST_FILES= bin/pg_rman
.include <bsd.port.mk>