summaryrefslogtreecommitdiff
path: root/www/ruby-multipart-post
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-08 23:09:42 +0000
committertaca <taca@pkgsrc.org>2015-06-08 23:09:42 +0000
commit16fa5ae130a418b3cf8d9e85129a029ebb3d13a8 (patch)
tree31fc983e368e484ac7447a2fcd840ee0a42db042 /www/ruby-multipart-post
parent63b306e6233abec091084e66dfb86556a66389ce (diff)
downloadpkgsrc-16fa5ae130a418b3cf8d9e85129a029ebb3d13a8.tar.gz
Allow this packabe build on Ruby 2.2.
Diffstat (limited to 'www/ruby-multipart-post')
-rw-r--r--www/ruby-multipart-post/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ruby-multipart-post/Makefile b/www/ruby-multipart-post/Makefile
index 2c7d631fae6..f055492e8d2 100644
--- a/www/ruby-multipart-post/Makefile
+++ b/www/ruby-multipart-post/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/03/15 20:13:24 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.6 2015/06/08 23:09:42 taca Exp $
DISTNAME= multipart-post-2.0.0
CATEGORIES= www
@@ -8,7 +8,5 @@ HOMEPAGE= http://github.com/nicksieger/multipart-post
COMMENT= Multipart form post accessory for Net::HTTP
LICENSE= mit
-RUBY_VERSION_SUPPORTED= 200 193 21
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"