pkgsrc/print/ruby-pdf-core/Makefile
taca 956505eae5 Update ruby-pdf-core to 0.5.1.
* Rename variable arr to array, fixes a call to an undefined variable b… elow.
* Round to four decimal places everywhere.
2015-03-13 15:22:51 +00:00

14 lines
344 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/03/13 15:22:51 taca Exp $
DISTNAME= pdf-core-0.5.1
CATEGORIES= print
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://prawnpdf.org/
COMMENT= PDF::Core is used by Prawn to render PDF documents
LICENSE= mit
RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"