diff options
author | taca <taca@pkgsrc.org> | 2002-03-17 15:22:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-03-17 15:22:12 +0000 |
commit | c7d8c264d6d8a83df818c0a4223b88f56bc5995b (patch) | |
tree | f32ff4465aa2734064dd3e06aed5235ad2128850 /www | |
parent | db0cb9f96458074bc774b5fa09d45c3d6f343b32 (diff) | |
download | pkgsrc-c7d8c264d6d8a83df818c0a4223b88f56bc5995b.tar.gz |
Mark this package for ruby-1.4 base. Since it is included in ruby 1.6.7
and lator.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-uri/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby-uri/Makefile b/www/ruby-uri/Makefile index 79ab266364e..c1426032bb2 100644 --- a/www/ruby-uri/Makefile +++ b/www/ruby-uri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 14:29:22 taca Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/17 15:22:12 taca Exp $ # FreeBSD: ports/net/ruby-uri/Makefile,v 1.7 2000/12/25 15:54:08 knu Exp DISTNAME= uri-4.27 @@ -10,6 +10,8 @@ MAINTAINER= taca@netbsd.org HOMEPAGE= http://www02.so-net.ne.jp/%7Egreentea/ruby/uri/ COMMENT= Ruby interface to parse URIs according to RFC 2396 +RUBY_VER= 1.4 # now this is for ruby 1.4 only. + DIST_SUBDIR= ruby USE_RUBY= yes NO_BUILD= yes |