aboutsummaryrefslogtreecommitdiff
path: root/shells/ruby-shell/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-17 21:16:46 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-17 21:16:46 +0000
commit5604e7a14d5f84a37cbcd9ed0ffc5dc9264a863f (patch)
tree3cf0b52af43f4ece9e779052a68a53a7d219ff61 /shells/ruby-shell/Makefile
parent012ab0ea4fd0d99d1c965878fa7bbf6b3f54c87e (diff)
Update lang/ruby and lang/ruby-devel to the latest snapshots.
Remove shells/ruby-shell as it is now part of the standard distribution. (in both Ruby 1.6.4 and 1.7.0) Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the standard distribution now.
Notes
Notes: svn path=/head/; revision=42688
Diffstat (limited to 'shells/ruby-shell/Makefile')
-rw-r--r--shells/ruby-shell/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/shells/ruby-shell/Makefile b/shells/ruby-shell/Makefile
deleted file mode 100644
index dc79fcf08090..000000000000
--- a/shells/ruby-shell/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: shell.rb
-# Date created: 16 March 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= shell
-PORTVERSION= 0.6
-CATEGORIES= shells ruby
-MASTER_SITES= ${MASTER_SITE_RUBY}
-MASTER_SITE_SUBDIR= contrib in.coming
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-DOCS_EN= README doc/shell.doc
-DOCS_JA= README.jp doc/shell.doc.jp
-
-do-install:
- ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/shell.rb ${RUBY_SITELIBDIR}/
- ${INSTALL_DATA} ${WRKSRC}/shell/* ${RUBY_SITELIBDIR}/${PORTNAME}/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
-.endfor
-.endif
-
-.include <bsd.port.mk>