freebsd-ports/databases/pg_rman/Makefile
2016-10-01 15:58:41 +00:00

19 lines
399 B
Makefile

# $FreeBSD$
PORTNAME= pg_rman
PORTVERSION= 1.2.3
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://pg-rman.googlecode.com/files/
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Online backup and restore tool for PostgreSQL
BROKEN= Unfetchable (google code has gone away)
USES= gmake pgsql:9.2
WANT_PGSQL= client server
MAKE_ARGS= USE_PGXS=1
PLIST_FILES= bin/pg_rman
.include <bsd.port.mk>