summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"