diff options
author | tg <tg@FreeBSD.org> | 1997-09-11 17:45:58 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-09-11 17:45:58 +0800 |
commit | e0092bb72f30ebaaa4536cf2a1ce0eedbd5482ec (patch) | |
tree | 1a61a1fef32bc56482c3f9bc34f8aaef033f2c52 /lang/ruby14/Makefile | |
parent | b32dad22dd97cd4dfb2857472424c25d4a43f26e (diff) | |
download | freebsd-ports-gnome-e0092bb72f30ebaaa4536cf2a1ce0eedbd5482ec.tar.gz freebsd-ports-gnome-e0092bb72f30ebaaa4536cf2a1ce0eedbd5482ec.tar.zst freebsd-ports-gnome-e0092bb72f30ebaaa4536cf2a1ce0eedbd5482ec.zip |
Import ruby port. ruby is an object-oriented interpreted
scripting language.
PR: 4504
Submitted by: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
Diffstat (limited to 'lang/ruby14/Makefile')
-rw-r--r-- | lang/ruby14/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/ruby14/Makefile b/lang/ruby14/Makefile new file mode 100644 index 000000000000..ce3a0cc64b65 --- /dev/null +++ b/lang/ruby14/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ruby +# Version required: 1.0-970903 +# Date created: 04 September 1997 +# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp> +# +# $Id$ +# + +DISTNAME= ruby-1.0-970903 +PKGNAME= ruby-1.0 +CATEGORIES= lang +MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/ + +MAINTAINER= ematsu@pfu.co.jp + +HAS_CONFIGURE= yes + +test: + @(cd ${WRKSRC}; make test) + +.include <bsd.port.mk> |