summaryrefslogtreecommitdiff
path: root/x11/ruby-wxruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-02-18 04:13:18 +0000
committertaca <taca@pkgsrc.org>2015-02-18 04:13:18 +0000
commitb0997e7d0a6205cc0e89817926cc4a0efcb1d2fd (patch)
tree9df21fe367d184723585503e0d00f2fb46e81ece /x11/ruby-wxruby
parentce4871e0ad37701bbebb332f9d059988000e3f17 (diff)
downloadpkgsrc-b0997e7d0a6205cc0e89817926cc4a0efcb1d2fd.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/ruby-wxruby')
-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"