diff options
author | taca <taca@pkgsrc.org> | 2015-03-10 16:18:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-03-10 16:18:54 +0000 |
commit | 02fa1f04ed5e72b50b3bfde0e40742915a56b6a9 (patch) | |
tree | b8be98055a8bd1190cf44b83544aa5c2ab4a8b7a | |
parent | 1541d9e482c2287af4f846588da429c72c96489a (diff) | |
download | pkgsrc-02fa1f04ed5e72b50b3bfde0e40742915a56b6a9.tar.gz |
These package are still needed by ruby18 packages.
-rw-r--r-- | devel/ruby-rdoc/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-json/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/ruby-rdoc/Makefile b/devel/ruby-rdoc/Makefile index 6ba05d4c16c..977de2b5913 100644 --- a/devel/ruby-rdoc/Makefile +++ b/devel/ruby-rdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/01/25 16:14:23 taca Exp $ +# $NetBSD: Makefile,v 1.11 2015/03/10 16:18:54 taca Exp $ DISTNAME= rdoc-${RUBY_RDOC_PKGSRC_VERS} CATEGORIES= devel @@ -8,6 +8,8 @@ HOMEPAGE= http://docs.seattlerb.org/rdoc COMMENT= Produces HTML and command-line documentation for Ruby projects LICENSE= gnu-gpl-v2 OR ruby-license +RUBY_VERSION_SUPPORTED= 200 193 18 21 + RUBY_JSON_REQD= 1.4 GEM_PATH= ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_LIBDIR}:${PREFIX}/${GEM_HOME} diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 2c74a404a27..fd0345a12a3 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/02/05 15:06:12 taca Exp $ +# $NetBSD: Makefile,v 1.29 2015/03/10 16:18:54 taca Exp $ DISTNAME= json-1.8.2 CATEGORIES= textproc @@ -10,6 +10,8 @@ LICENSE= ruby-license USE_GCC_RUNTIME= yes +RUBY_VERSION_SUPPORTED= 200 193 18 21 + post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w |