mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
d32f9be758
Feature safe: yes
23 lines
473 B
Makefile
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>
|