mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
fc6263bfe4
Release notes: https://puppet.com/docs/puppetdb/6.2/release_notes.html#puppetdb-620 With hat: puppet
29 lines
647 B
Makefile
29 lines
647 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= puppetdb-terminus
|
|
PORTVERSION= 6.2.0
|
|
CATEGORIES= databases ruby
|
|
MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/
|
|
PKGNAMESUFFIX= 6
|
|
DISTNAME= puppetdb-${PORTVERSION}
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= PuppetDB storeconfigs backend terminus module
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= puppet6>=0:sysutils/puppet6
|
|
|
|
CONFLICTS_INSTALL= puppetdb-terminus4-* puppetdb-terminus5-*
|
|
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>
|