diff options
Diffstat (limited to 'databases/puppetdb-terminus5/Makefile')
-rw-r--r-- | databases/puppetdb-terminus5/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/puppetdb-terminus5/Makefile b/databases/puppetdb-terminus5/Makefile new file mode 100644 index 000000000000..12a55d972f7b --- /dev/null +++ b/databases/puppetdb-terminus5/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= puppetdb-terminus +PORTVERSION= 5.0.1 +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> |