summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortaca <taca>2015-02-18 04:13:18 +0000
committertaca <taca>2015-02-18 04:13:18 +0000
commit0c89f6bc290147acb8d712e8ad64b9d610b2e4bc (patch)
tree9df21fe367d184723585503e0d00f2fb46e81ece /x11
parent057864a5534b4cff6942522ef4fa443c6abacdc1 (diff)
downloadpkgsrc-0c89f6bc290147acb8d712e8ad64b9d610b2e4bc.tar.gz
* Make HOMEPAGE and MASTER_SITES empty since rubyforge.org has gone.
* wxruby dose not support Ruby 2.0 and later.
Diffstat (limited to 'x11')
-rw-r--r--x11/ruby-wxruby/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/ruby-wxruby/Makefile b/x11/ruby-wxruby/Makefile
index 952c451c500..db087cdf654 100644
--- a/x11/ruby-wxruby/Makefile
+++ b/x11/ruby-wxruby/Makefile
@@ -1,18 +1,20 @@
-# $NetBSD: Makefile,v 1.18 2014/05/05 00:48:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2015/02/18 04:13:18 taca Exp $
#
DISTNAME= wxruby-2.0.1
PKGREVISION= 16
CATEGORIES= x11
-MASTER_SITES= http://rubyforge.org/frs/download.php/63379/
+MASTER_SITES= # http://rubyforge.org/frs/download.php/63379/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://wxruby.rubyforge.org/wiki/wiki.pl
+HOMEPAGE= # http://wxruby.rubyforge.org/wiki/wiki.pl
COMMENT= Cross-platform GUI library for creating desktop applications
LICENSE= mit
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.2.0:../../textproc/ruby-redcloth
+RUBY_VERSION_SUPPORTED= 193 18
+
BUILD_TARGET= default html_docs
USE_RAKE= YES
RAKE= rake -I "./lib"