da15e01f3a
- databases/puppetdb3 [1] - databases/puppetdb-terminus3 [2] Also add conflicts with the puppetdb 2.x and 4.x ports. PR: 204074 [1], 206594 [2] Submitted by: freebsd@zleslie.info [1, 2]
28 lines
641 B
Makefile
28 lines
641 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= puppetdb-terminus
|
|
PORTVERSION= 4.0.0
|
|
CATEGORIES= databases ruby
|
|
MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/
|
|
PKGNAMESUFFIX= 4
|
|
DISTNAME= puppetdb-${PORTVERSION}
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= PuppetDB storeconfigs backend terminus module
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= puppet4>=0:sysutils/puppet4
|
|
|
|
CONFLICTS_INSTALL= puppetdb-terminus-* puppetdb-terminus3-*
|
|
USE_RUBY= yes
|
|
NO_BUILD= yes
|
|
USES= gmake
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ${GMAKE} install-puppetdb-termini
|
|
|
|
.include <bsd.port.mk>
|