freebsd-ports/net-mgmt/rubygem-riemann-client/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
449 B
Makefile

PORTNAME= riemann-client
DISTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= net-mgmt rubygems
MASTER_SITES= RG
MAINTAINER= dch@FreeBSD.org
COMMENT= Client for the distributed event system Riemann
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-beefcake>=1.2:net/rubygem-beefcake \
rubygem-mtrc>=0.0.4:math/rubygem-mtrc \
rubygem-trollop>=2.9:devel/rubygem-trollop
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>