summaryrefslogtreecommitdiff
path: root/lang/ruby16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby16/Makefile')
-rw-r--r--lang/ruby16/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile
new file mode 100644
index 000000000000..ce3a0cc64b65
--- /dev/null
+++ b/lang/ruby16/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>