freebsd-ports/devel/rubygem-errand/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

21 lines
366 B
Makefile

# Created by: Brad Davis <brd@FreeBSD.org>
# $FreeBSD$
PORTNAME= errand
PORTVERSION= 0.8.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= brd@FreeBSD.org
COMMENT= Ruby bindings for RRD
RUN_DEPENDS= rrdtool:databases/rrdtool \
rubygem-rrd-ffi>=0.2.13:devel/rubygem-rrd-ffi
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>