freebsd-ports/graphics/rubygem-gruff/Makefile
Ying-Chieh Liao d7ae903ad9 upgrade to 0.2.9
drop maintainership
2007-12-12 01:31:27 +00:00

25 lines
558 B
Makefile

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