freebsd-ports/databases/puppetdb-terminus/Makefile
Michael Moll fae7b445bb databases/puppetdb-terminus: update to 2.3.4
PR:		199624
Differential Revision:	https://reviews.freebsd.org/D2530
Submitted by:	Geoff Garside <freebsd@geoffgarside.co.uk> (maintainer)
Approved by:	mat (mentor)
2015-05-13 00:40:06 +00:00

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>