7dceec1a1f
Provides bindings for many RRD functions (using ffi gem and librrd), as well as DSLs for graphic and rrd building. Approved by: swills (mentor)
21 lines
431 B
Makefile
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>
|