freebsd-ports/devel/rubygem-rrd-ffi/Makefile
Niclas Zeising 307a70b894 Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
2016-05-02 16:08:56 +00:00

23 lines
429 B
Makefile

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