diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 12:40:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 12:40:05 +0000 |
commit | 9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c (patch) | |
tree | bd0e67defd6871bf90e4a59d494be6a5b724c4b2 /databases/pg_rman | |
parent | 05bbadc591e9e59ed73e4ad27edd26ed8b29104d (diff) | |
download | ports-9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c.tar.gz ports-9a7f7b5fc6323c28ad2518b2fa3cafba136ca28c.zip |
Convert to USES=pgsql
While here:
- stage support for pg_rman
- stage support for pgagent
- stage support for hashtypes
Notes
Notes:
svn path=/head/; revision=352999
Diffstat (limited to 'databases/pg_rman')
-rw-r--r-- | databases/pg_rman/Makefile | 7 |
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> |