b2494073e5
Release notes: https://www.puppet.com/docs/puppetdb/7/release_notes.html#puppetdb-7121 With hat: puppet
26 lines
673 B
Makefile
26 lines
673 B
Makefile
PORTNAME= puppetdb-terminus
|
|
PORTVERSION= 7.12.1
|
|
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>
|