diff options
Diffstat (limited to 'databases/pg_rman/Makefile')
-rw-r--r-- | databases/pg_rman/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/databases/pg_rman/Makefile b/databases/pg_rman/Makefile new file mode 100644 index 000000000000..227c0fb4a407 --- /dev/null +++ b/databases/pg_rman/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: pg_rman +# Date created: 4 March 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pg_rman +PORTVERSION= 1.1.2 +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= YES +WANT_PGSQL_VER?=83 +WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_ARGS= USE_PGXS=1 +PLIST_FILES= bin/pg_rman + +.include <bsd.port.pre.mk> + +BUILD_DEPENDS= ${LOCALBASE}/lib/libpgport.a:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server + +.include <bsd.port.post.mk> |