1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net-mgmt/rubygem-riemann-tail/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

33 lines
653 B
Makefile

PORTNAME= riemann-tail
DISTVERSION= 0.0.1
PORTREVISION= 1
CATEGORIES= net-mgmt rubygems
MASTER_SITES= RG
MAINTAINER= dch@FreeBSD.org
COMMENT= Tail Riemann event streams from the console
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-colorize>=0:devel/rubygem-colorize \
rubygem-faye-websocket>=0:www/rubygem-faye-websocket \
rubygem-thor0>=0:devel/rubygem-thor0
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTDOCS= README.md
PLIST_FILES= bin/riemann-tail
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>