freebsd-ports/print/rubygem-prawn-graph/Makefile
2013-10-30 02:54:59 +00:00

18 lines
388 B
Makefile

# Created by: Philip M. Gollucci <pgpollucci@p6m7g8.com>
# $FreeBSD$
PORTNAME= prawn-graph
PORTVERSION= 0.0.4
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Draw basic graphs and charts natively in your PDFs
RUN_DEPENDS= rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>