mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Copy databases/puppetdb-terminus4 to databases/puppetdb-terminus5 and update. While here, update/Fix conflicts with databases/puppetdb-terminus[34].
25 lines
585 B
Makefile
25 lines
585 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= puppetdb-terminus3
|
|
PORTVERSION= 3.2.4
|
|
CATEGORIES= databases ruby
|
|
MASTER_SITES= http://downloads.puppetlabs.com/puppetdb/
|
|
DISTNAME= puppetdb-${PORTVERSION}
|
|
|
|
MAINTAINER= puppet@FreeBSD.org
|
|
COMMENT= PuppetDB storeconfigs backend terminus module
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= puppet:sysutils/puppet4
|
|
|
|
CONFLICTS_INSTALL= puppetdb-terminus4-* puppetdb-terminus5-*
|
|
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>
|