freebsd-ports/databases/puppetdb-terminus7/Makefile

27 lines
673 B
Makefile

PORTNAME= puppetdb-terminus
PORTVERSION= 7.12.0
CATEGORIES= databases ruby
MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/
PKGNAMESUFFIX= 7
DISTNAME= puppetdb-${PORTVERSION}
MAINTAINER= puppet@FreeBSD.org
COMMENT= PuppetDB storeconfigs backend terminus module
WWW= https://docs.puppetlabs.com/puppetdb/latest/
LICENSE= APACHE20
BUILD_DEPENDS= puppet7>=0:sysutils/puppet7
CONFLICTS_INSTALL= puppetdb-terminus5 puppetdb-terminus6
NO_BUILD= yes
USES= gmake ruby
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>