summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-09-15 03:06:58 +0000
committertaca <taca@pkgsrc.org>2015-09-15 03:06:58 +0000
commit09ccef0d4eeabc7d8e005943cae0f1b5346dcc9b (patch)
tree9234aaa1a07878d8d63ac79026e0055622676440 /net
parent6135ce5491c807f61bbd2b3b38eda7861254732e (diff)
downloadpkgsrc-09ccef0d4eeabc7d8e005943cae0f1b5346dcc9b.tar.gz
Drop support for Ruby 1.9.3. Noted by joerg@ and thanks!
Diffstat (limited to 'net')
-rw-r--r--net/ruby-amq-protocol/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ruby-amq-protocol/Makefile b/net/ruby-amq-protocol/Makefile
index fdcc6c713a4..43652e7d6ef 100644
--- a/net/ruby-amq-protocol/Makefile
+++ b/net/ruby-amq-protocol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/09/13 14:53:14 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/09/15 03:06:58 taca Exp $
DISTNAME= amq-protocol-2.0.0
CATEGORIES= net
@@ -8,5 +8,7 @@ HOMEPAGE= http://github.com/ruby-amqp/amq-protocol
COMMENT= AMQP 0.9.1 encoder & decoder
LICENSE= mit
+RUBY_VERSION_SUPPORTED= 200 21 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"