freebsd-ports/print/rubygem-prawn-graph/Makefile
Sunpoet Po-Chuan Hsieh 37bf70fb84 - Add LICENSE
2015-05-24 18:57:53 +00:00

21 lines
428 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
LICENSE= GPLv2 RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-prawn>=0:${PORTSDIR}/print/rubygem-prawn
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>