aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-linecache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-linecache/Makefile')
-rw-r--r--devel/rubygem-linecache/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/rubygem-linecache/Makefile b/devel/rubygem-linecache/Makefile
deleted file mode 100644
index 7c1fad488486..000000000000
--- a/devel/rubygem-linecache/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= linecache
-PORTVERSION= 0.43
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Caches(Ruby source) Files as Might Be Used in a Debugger
-
-DEPRECATED= Does not work with Ruby 1.9
-EXPIRATION_DATE= 2013-10-10
-
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-.if ${RUBY_VER} == 1.9
-BROKEN= does not work with ruby 1.9
-.endif
-.include <bsd.port.post.mk>