summaryrefslogtreecommitdiff
path: root/devel/ruby-setup/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 06:26:00 +0000
committertaca <taca@pkgsrc.org>2010-09-10 06:26:00 +0000
commit55d2f91127ec3305b6999c11ac9aaa690e0541b2 (patch)
treec1c9bcd48572c78458882a5039bb11f7b3580982 /devel/ruby-setup/Makefile
parent162d625f77cb4be41dbd97e0659ce7963003cf16 (diff)
downloadpkgsrc-55d2f91127ec3305b6999c11ac9aaa690e0541b2.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update MASTER_SITES. * Add LICENSE. * Remove default value of GEM_BUILD. == 3.4.1 (2005-11-20) * [CHANGE] do not apply *.rb filter for lib/**. * [CHANGE] updates "#!/usr/bin/env ruby" on --shebang=ruby (it is default). * [fix] --shebang option did not work. * [fix] --without-ext option did not work. * [fix] default --rubypath value should include file extension. (Thanks U.Nakamura) * [fix] task SHOW, SETUP, TEST, CLEAN, DISTCLEAN with any argument wrongly caused exception.
Diffstat (limited to 'devel/ruby-setup/Makefile')
-rw-r--r--devel/ruby-setup/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/ruby-setup/Makefile b/devel/ruby-setup/Makefile
index a9c3132f763..0eb197a36b9 100644
--- a/devel/ruby-setup/Makefile
+++ b/devel/ruby-setup/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2009/02/16 16:39:36 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/10 06:26:00 taca Exp $
# $FreeBSD: ports/devel/ruby-setup.rb/Makefile,v 1.20 2006/06/08 20:25:19 sem Exp $
-#
-DISTNAME= setup-3.4.0
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+DISTNAME= setup-3.4.1
CATEGORIES= devel ruby
-MASTER_SITES= http://www.loveruby.net/archive/
+MASTER_SITES= http://i.loveruby.net/archive/setup/
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.loveruby.net/en/setup.html
COMMENT= Common installer script for ruby packages
+LICENSE= gnu-lgpl-v2.1
NO_BUILD= yes