Mon Jun 8 16:01:41 2015 UTC ()
Allow this package build on Ruby 2.2.


(taca)
diff -r1.4 -r1.5 pkgsrc/print/ruby-pdf-core/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/print/ruby-pdf-core/Makefile (expand / switch to unified diff)

--- pkgsrc/print/ruby-pdf-core/Makefile 2015/03/13 15:22:51 1.4
+++ pkgsrc/print/ruby-pdf-core/Makefile 2015/06/08 16:01:41 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2015/03/13 15:22:51 taca Exp $ 1# $NetBSD: Makefile,v 1.5 2015/06/08 16:01:41 taca Exp $
2 2
3DISTNAME= pdf-core-0.5.1 3DISTNAME= pdf-core-0.5.1
4CATEGORIES= print 4CATEGORIES= print
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://prawnpdf.org/ 7HOMEPAGE= http://prawnpdf.org/
8COMMENT= PDF::Core is used by Prawn to render PDF documents 8COMMENT= PDF::Core is used by Prawn to render PDF documents
9LICENSE= mit 9LICENSE= mit
10 10
11RUBY_VERSION_SUPPORTED= 200 193 21 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"