freebsd-ports/graphics/rubygem-scruffy/Makefile
Ying-Chieh Liao 4575f91b46 Change RUN_DEPENDS to avoid break after devel/rubygem-builder update.
PR:		113701
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2007-06-15 07:21:34 +00:00

22 lines
511 B
Makefile

# ex:ts=8
# Ports collection makefile for: rubygem-scruffy
# Date created: Jan 7, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= scruffy
PORTVERSION= 0.2.2
CATEGORIES= graphics rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Beautiful Graphs for Ruby
RUN_DEPENDS= rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>