2010-03-04 15:20:19 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pg_rman
|
2012-03-21 14:37:07 +01:00
|
|
|
PORTVERSION= 1.2.3
|
2010-03-04 15:20:19 +01:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= http://pg-rman.googlecode.com/files/
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Online backup and restore tool for PostgreSQL
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2012-03-11 15:38:36 +01:00
|
|
|
USE_PGSQL= client server
|
2012-03-21 14:37:07 +01:00
|
|
|
WANT_PGSQL_VER= 83+
|
2010-03-04 15:20:19 +01:00
|
|
|
MAKE_ARGS= USE_PGXS=1
|
|
|
|
PLIST_FILES= bin/pg_rman
|
|
|
|
|
2013-09-20 18:13:47 +02:00
|
|
|
NO_STAGE= yes
|
2012-03-11 15:38:36 +01:00
|
|
|
.include <bsd.port.mk>
|