freebsd-ports/net-mgmt/rubygem-riemann-tools/Makefile
Romain Tartière 621e09347d
net-mgmt/rubygem-riemann-tools: Update to 1.6.0
While here, take maintainership as discussed with dch@ after the last
update of this port [1].

PR:		266327 [1]
2022-11-04 12:11:00 -10:00

35 lines
851 B
Makefile

PORTNAME= riemann-tools
DISTVERSION= 1.6.0
CATEGORIES= net-mgmt rubygems
MASTER_SITES= RG
MAINTAINER= romain@FreeBSD.org
COMMENT= Collection of utilities which submit events to Riemann
WWW= https://github.com/riemann/riemann-tools
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-json>=1.8:devel/rubygem-json \
rubygem-optimist>=3.0:devel/rubygem-optimist \
rubygem-riemann-client>=1.0:net-mgmt/rubygem-riemann-client
USES= gem
USE_RUBY= yes
NO_ARCH= yes
post-patch:
# hide sensitive command-line parameters from casual users
@${SED} -i -e $$'/^#!.*ruby.*/a\\\nProcess.setproctitle($$0)\n' \
${WRKSRC}/bin/riemann-*
PORTDOCS= README.markdown
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>