2007-01-06 18:02:17 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: rubygem-gruff
|
|
|
|
# Date created: Jan 7, 2007
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gruff
|
2008-08-27 09:37:53 +00:00
|
|
|
PORTVERSION= 0.3.4
|
2007-01-06 18:02:17 +00:00
|
|
|
CATEGORIES= graphics rubygems
|
2007-12-12 01:31:27 +00:00
|
|
|
MASTER_SITES= RF
|
2007-01-06 18:02:17 +00:00
|
|
|
|
2008-08-27 09:37:53 +00:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2007-01-06 18:02:17 +00:00
|
|
|
COMMENT= A beautiful graphing library for Ruby using RMagick
|
|
|
|
|
2008-05-03 22:16:31 +00:00
|
|
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/RMagick2.so:${PORTSDIR}/graphics/ruby-rmagick \
|
2007-01-12 04:23:07 +00:00
|
|
|
sow:${PORTSDIR}/devel/rubygem-hoe
|
2007-01-06 18:02:17 +00:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
2008-04-06 08:58:21 +00:00
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 01:03:48 +00:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2007-01-06 18:02:17 +00:00
|
|
|
|
2008-04-06 08:58:21 +00:00
|
|
|
.include <bsd.port.mk>
|