1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/graphics/rubygem-gruff/Makefile

25 lines
498 B
Makefile
Raw Normal View History

# 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
CATEGORIES= graphics rubygems
2007-12-12 01:31:27 +00:00
MASTER_SITES= RF
2008-08-27 09:37:53 +00:00
MAINTAINER= clsung@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
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>