opnsense-ports/databases/pg_rman/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

17 lines
350 B
Makefile

# $FreeBSD$
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
USES= gmake pgsql:9.2-
WANT_PGSQL= client server
MAKE_ARGS= USE_PGXS=1
PLIST_FILES= bin/pg_rman
.include <bsd.port.mk>