freebsd-ports/graphics/rubygem-gruff/Makefile
Stanislav Sedov 9a4a53c3a7 - Fix build after ruby-rmagick update.
Reported by:	pav
Ponty hat to:	me
2008-05-03 22:16:31 +00:00

23 lines
474 B
Makefile

# ex:ts=8
# Ports collection makefile for: rubygem-gruff
# Date created: Jan 7, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gruff
PORTVERSION= 0.3.1
CATEGORIES= graphics rubygems
MASTER_SITES= RF
MAINTAINER= ports@FreeBSD.org
COMMENT= A beautiful graphing library for Ruby using RMagick
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/RMagick2.so:${PORTSDIR}/graphics/ruby-rmagick \
sow:${PORTSDIR}/devel/rubygem-hoe
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>