freebsd-ports/databases/pg_rman/Makefile

20 lines
399 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= pg_rman
2012-03-21 14:37:07 +01:00
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>