opnsense-ports/devel/rubygem-statsd/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
443 B
Makefile

PORTNAME= statsd
PORTVERSION= 0.5.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby port of the statsd python and node.js tools
WWW= https://github.com/quasor/statsd
RUN_DEPENDS= rubygem-erubis>=2.6.6:www/rubygem-erubis \
rubygem-eventmachine>=0.12.10:devel/rubygem-eventmachine \
rubygem-mongo>=1.2.4:devel/rubygem-mongo
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/statsd
.include <bsd.port.mk>