e5c97b75cc
- Update devel/rubygem-errand to 0.8.1 - Add devel/rubygem-rrd-ffi as run dependency PR: 191329 Submitted by: Bartek Rutkowski <robak@FreeBSD.org> Reviewed by: brd (maintainer) Approved by: swills (mentor)
19 lines
390 B
Makefile
19 lines
390 B
Makefile
# Created by: Brad Davis <brd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= errand
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= brd@FreeBSD.org
|
|
COMMENT= Ruby bindings for RRD
|
|
|
|
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
|
|
rubygem-rrd-ffi>=0.2.13:${PORTSDIR}/devel/rubygem-rrd-ffi
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|