blob: 01d21f684f0676d7cac47ca0cd6f762d3a7980b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|