summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca>2017-06-05 03:29:38 +0000
committertaca <taca>2017-06-05 03:29:38 +0000
commit56314497b076e8b5db65a88918042a27d2b9ddf0 (patch)
treed692aed309760351c37a106e78149b7e0e77b16c /security
parent57c91134c0b74e1d33051aa4e4e52018198780c6 (diff)
downloadpkgsrc-56314497b076e8b5db65a88918042a27d2b9ddf0.tar.gz
Restrict ruby's version to 22 and 23.
Diffstat (limited to 'security')
-rw-r--r--security/ruby-openid/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ruby-openid/Makefile b/security/ruby-openid/Makefile
index 688a3a59533..36b0e79f642 100644
--- a/security/ruby-openid/Makefile
+++ b/security/ruby-openid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/09/26 23:39:28 taca Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/05 03:29:38 taca Exp $
DISTNAME= openid-0.0.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -11,5 +11,7 @@ LICENSE= gnu-lgpl-v2.1 OR ruby-license
USE_LANGUAGES= # none
+RUBY_VERSIONS_ACCEPTED= 23 22
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"