freebsd-ports/databases/puppetdb-terminus5/Makefile
Romain Tartière 5168c3827a Update to 5.1.3
With hat:	puppet
2017-11-15 18:51:56 +00:00

28 lines
646 B
Makefile

# $FreeBSD$
PORTNAME= puppetdb-terminus
PORTVERSION= 5.1.3
CATEGORIES= databases ruby
MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/
PKGNAMESUFFIX= 5
DISTNAME= puppetdb-${PORTVERSION}
MAINTAINER= puppet@FreeBSD.org
COMMENT= PuppetDB storeconfigs backend terminus module
LICENSE= APACHE20
BUILD_DEPENDS= puppet5>=0:sysutils/puppet5
CONFLICTS_INSTALL= puppetdb-terminus3-* puppetdb-terminus4-*
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>