- Fix RUN_DEPENDS
- Space/tab twiddle PR: ports/160008 Submitted by: Phil Phillips <pphillips@experts-exchange.com> Approved by: maintainer
This commit is contained in:
parent
e0369cd165
commit
1ea2c12a36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280410
1 changed files with 16 additions and 16 deletions
|
@ -1,25 +1,25 @@
|
|||
# New ports collection makefile for: repmgr
|
||||
# Date created: January 15, 2011
|
||||
# Whom: alp@sfedu.ru
|
||||
# New ports collection makefile for: repmgr
|
||||
# Date created: January 15, 2011
|
||||
# Whom: alp@sfedu.ru
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgresql-repmgr
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://projects.2ndquadrant.it/sites/default/files/
|
||||
DISTNAME= repmgr-${PORTVERSION}
|
||||
PORTNAME= postgresql-repmgr
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://projects.2ndquadrant.it/sites/default/files/
|
||||
DISTNAME= repmgr-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alp@sfedu.ru
|
||||
COMMENT= PostgreSQL replication manager
|
||||
MAINTAINER= alp@sfedu.ru
|
||||
COMMENT= PostgreSQL replication manager
|
||||
|
||||
BUILD_DEPENDS+= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS} \
|
||||
rsync:${PORTSDIR}/net/rsync
|
||||
BUILD_DEPENDS= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server
|
||||
RUN_DEPENDS= postgresql-server>=9.0:${PORTSDIR}/databases/postgresql90-server \
|
||||
rsync:${PORTSDIR}/net/rsync
|
||||
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= USE_PGXS=1
|
||||
USE_GMAKE= yes
|
||||
MAKE_ENV= USE_PGXS=1
|
||||
|
||||
PORTDOCS= README.*
|
||||
PORTDOCS= README.*
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/repmgr ${PREFIX}/bin
|
||||
|
|
Loading…
Reference in a new issue