aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby16/Makefile')
-rw-r--r--lang/ruby16/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile
deleted file mode 100644
index 1297868a4c14..000000000000
--- a/lang/ruby16/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: ruby
-# Version required: 1.0-971225
-# Date created: 04 September 1997
-# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
-#
-# $Id: Makefile,v 1.7 1998/09/09 01:22:59 jkoshy Exp $
-#
-
-DISTNAME= ruby-1.0-971225
-PKGNAME= ruby-1.0
-CATEGORIES= lang
-MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/1.0/
-
-MAINTAINER= usagi@clave.gr.jp
-
-GNU_CONFIGURE= yes
-MAN1= ruby.1
-
-test:
- @(cd ${WRKSRC}; make test)
-
-.include <bsd.port.mk>