dc6ca94603
Release notes: https://puppet.com/docs/puppetdb/latest/release_notes.html#puppetdb-660 With hat: puppet
28 lines
647 B
Makefile
28 lines
647 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= puppetdb-terminus
|
|
PORTVERSION= 6.6.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>
|