diff options
author | tnn <tnn@pkgsrc.org> | 2018-09-27 23:58:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2018-09-27 23:58:21 +0000 |
commit | 32e5f74c0b3684b22c5d98ebe410a5494417f799 (patch) | |
tree | 5536d75f9e734b8f7eeacdb6ed6f6ba0a815f77e /archivers/ruby-xz | |
parent | f2a4db79c529c0f5400728a3b6f65e67bee91db8 (diff) | |
download | pkgsrc-32e5f74c0b3684b22c5d98ebe410a5494417f799.tar.gz |
ruby-xz: needs ruby 2.3.0 or higher
Diffstat (limited to 'archivers/ruby-xz')
-rw-r--r-- | archivers/ruby-xz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/ruby-xz/Makefile b/archivers/ruby-xz/Makefile index f85e51af44b..b49e1779948 100644 --- a/archivers/ruby-xz/Makefile +++ b/archivers/ruby-xz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/09/23 13:44:11 taca Exp $ +# $NetBSD: Makefile,v 1.15 2018/09/27 23:58:21 tnn Exp $ DISTNAME= ruby-xz-1.0.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} @@ -11,6 +11,8 @@ LICENSE= mit DEPENDS+= ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle +RUBY_VERSIONS_ACCEPTED= 23 24 25 + SUBST_CLASSES+= path SUBST_STAGE.path= pre-configure SUBST_FILES.path= lib/xz/lib_lzma.rb |