summaryrefslogtreecommitdiff
path: root/print/ruby-pdf-core
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-04-17 20:25:48 +0000
committerjoerg <joerg@pkgsrc.org>2014-04-17 20:25:48 +0000
commit77235406f258261341635719dc25886e9188d509 (patch)
treeba29948d5f0326b4348c215447f3744e9a2fd1b5 /print/ruby-pdf-core
parent219907114e54c053505d99f970a7ef8546c0319c (diff)
downloadpkgsrc-77235406f258261341635719dc25886e9188d509.tar.gz
Requires Ruby 1.9.3.
Diffstat (limited to 'print/ruby-pdf-core')
-rw-r--r--print/ruby-pdf-core/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ruby-pdf-core/Makefile b/print/ruby-pdf-core/Makefile
index 49cb98af6cc..9cdafdc9e3f 100644
--- a/print/ruby-pdf-core/Makefile
+++ b/print/ruby-pdf-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/03/14 17:43:21 taca Exp $
+# $NetBSD: Makefile,v 1.2 2014/04/17 20:25:48 joerg Exp $
DISTNAME= pdf-core-0.1.6
CATEGORIES= print
@@ -8,5 +8,7 @@ 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"