19 lines
399 B
Makefile
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>
|