956505eae5
* Rename variable arr to array, fixes a call to an undefined variable b… elow. * Round to four decimal places everywhere.
14 lines
344 B
Makefile
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"
|