1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/rubygem-errand/Makefile

23 lines
417 B
Makefile

# New ports collection makefile for: rubygem-errand
# Date created: 17 January 2012
# Whom: Brad Davis <brd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= errand
PORTVERSION= 0.7.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= brd@FreeBSD.org
COMMENT= Ruby bindings for RRD
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>