diff options
author | taca <taca@pkgsrc.org> | 2015-09-15 03:06:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-15 03:06:58 +0000 |
commit | 01ae46da60e42315e7845a8493f44fb1193f71a9 (patch) | |
tree | 9234aaa1a07878d8d63ac79026e0055622676440 /net/ruby-amq-protocol | |
parent | 450184775fa2cb88885fedac4c9fa7be875b4392 (diff) | |
download | pkgsrc-01ae46da60e42315e7845a8493f44fb1193f71a9.tar.gz |
Drop support for Ruby 1.9.3. Noted by joerg@ and thanks!
Diffstat (limited to 'net/ruby-amq-protocol')
-rw-r--r-- | net/ruby-amq-protocol/Makefile | 4 |
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" |