freebsd-ports/databases/puppetdb-terminus3/Makefile
Romain Tartière db8fe72e79 Oh, yes, we do not need ${PORTSDIR}/ anymore
Pointy hat to:	me
2016-06-09 11:19:58 +00:00

25 lines
586 B
Makefile

# $FreeBSD$
PORTNAME= puppetdb-terminus3
PORTVERSION= 3.2.4
CATEGORIES= databases ruby
MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/
DISTNAME= puppetdb-${PORTVERSION}
MAINTAINER= freebsd@zleslie.info
COMMENT= PuppetDB storeconfigs backend terminus module
LICENSE= APACHE20
BUILD_DEPENDS= puppet:sysutils/puppet4
CONFLICTS_INSTALL= puppetdb-terminus-* puppetdb-terminus4-*
USE_RUBY= yes
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/puppet
(cd ${WRKSRC}/puppet && ${COPYTREE_SHARE} . \
${STAGEDIR}${RUBY_SITELIBDIR}/puppet)
.include <bsd.port.mk>