freebsd-ports/devel/rubygem-rrd-ffi/Makefile
Bartek Rutkowski 7dceec1a1f New port devel/rubygem-rrd-ffi: Ruby bindings for many RRD functions
Provides bindings for many RRD functions (using ffi gem and librrd),
as well as DSLs for graphic and rrd building.

Approved by:	swills (mentor)
2014-06-23 19:54:43 +00:00

21 lines
431 B
Makefile

# $FreeBSD$
PORTNAME= rrd-ffi
PORTVERSION= 0.2.14
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= robak@FreeBSD.org
COMMENT= Ruby bindings for RRD functions
LICENSE= MIT
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-ffi>=0:${PORTSDIR}/devel/rubygem-ffi
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>