1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/databases/pg_rman/Makefile
Jun Kuriyama d32f9be758 - Upgrade to 1.2.3.
Feature safe:	yes
2012-03-21 13:37:07 +00:00

23 lines
473 B
Makefile

# New ports collection makefile for: pg_rman
# Date created: 4 March 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pg_rman
PORTVERSION= 1.2.3
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+
MAKE_ARGS= USE_PGXS=1
PLIST_FILES= bin/pg_rman
.include <bsd.port.mk>