diff options
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r-- | lang/ruby/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile new file mode 100644 index 00000000000..122f43d7d4d --- /dev/null +++ b/lang/ruby/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/09 05:43:37 sakamoto Exp $ +# + +DISTNAME= ruby-1.3.4-990625 +PKGNAME= ruby-1.3.4 +CATEGORIES= lang +MASTER_SITES= ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/devel/ \ + ftp://ftp.iij.ad.jp/pub/lang/ruby/devel/ \ + ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/devel/ \ + ftp://ftp.krnet.ne.jp/pub/ruby/devel/ \ + ftp://ftp.netlab.co.jp/pub/lang/ruby/devel/ \ + ftp://ftp.mirror.nucba.ac.jp/mirror/ruby/devel/ \ + http://mirror.nucba.ac.jp/mirror/ruby/devel/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.netlab.co.jp/ruby/index.html + +DEPENDS= bison-1.27:../../devel/bison + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |