aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_rman
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 12:40:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 12:40:05 +0000
commit9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c (patch)
treebd0e67defd6871bf90e4a59d494be6a5b724c4b2 /databases/pg_rman
parent05bbadc591e9e59ed73e4ad27edd26ed8b29104d (diff)
downloadports-9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c.tar.gz
ports-9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c.zip
Notes
Diffstat (limited to 'databases/pg_rman')
-rw-r--r--databases/pg_rman/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/pg_rman/Makefile b/databases/pg_rman/Makefile
index 38e7bcfbb32b..1ccc6c82b0e1 100644
--- a/databases/pg_rman/Makefile
+++ b/databases/pg_rman/Makefile
@@ -2,17 +2,16 @@
PORTNAME= pg_rman
PORTVERSION= 1.2.3
+PORTREVISION= 1
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
-USE_PGSQL= client server
-WANT_PGSQL_VER= 83+
+USES= gmake pgsql
+WANT_PGSQL= client server
MAKE_ARGS= USE_PGXS=1
PLIST_FILES= bin/pg_rman
-NO_STAGE= yes
.include <bsd.port.mk>