PR: 199624 Differential Revision: https://reviews.freebsd.org/D2530 Submitted by: Geoff Garside <freebsd@geoffgarside.co.uk> (maintainer) Approved by: mat (mentor)
24 lines
560 B
Makefile
24 lines
560 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= puppetdb-terminus
|
|
PORTVERSION= 2.3.4
|
|
CATEGORIES= databases ruby
|
|
MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/
|
|
DISTNAME= puppetdb-${PORTVERSION}
|
|
|
|
MAINTAINER= freebsd@geoffgarside.co.uk
|
|
COMMENT= PuppetDB storeconfigs backend terminus module
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= puppet>=0:${PORTSDIR}/sysutils/puppet
|
|
|
|
USE_RUBY= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/puppet
|
|
(cd ${WRKSRC}/ext/master/lib/puppet && ${COPYTREE_SHARE} . \
|
|
${STAGEDIR}${RUBY_SITELIBDIR}/puppet)
|
|
|
|
.include <bsd.port.mk>
|