mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
21 lines
428 B
Makefile
21 lines
428 B
Makefile
PORTNAME= riemann-client
|
|
DISTVERSION= 1.2.1
|
|
CATEGORIES= net-mgmt rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= Client for the distributed event system Riemann
|
|
WWW= https://github.com/riemann/riemann-ruby-client
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-beefcake>=1.2:net/rubygem-beefcake \
|
|
rubygem-mtrc>=0.0.4:math/rubygem-mtrc
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|