diff options
Diffstat (limited to 'textproc/ruby-diff/Makefile')
-rw-r--r-- | textproc/ruby-diff/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/textproc/ruby-diff/Makefile b/textproc/ruby-diff/Makefile deleted file mode 100644 index 98751ebd3dea..000000000000 --- a/textproc/ruby-diff/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Makoto Matsushita <matusita@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= diff -PORTVERSION= 0.4 -CATEGORIES= textproc ruby -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ports/ruby-diff -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby implementation of Perl's Algorithm::Diff - -BROKEN= Does not fetch -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2014-11-26 - -USE_RUBY= YES -USE_RUBY_SETUP= YES -RUBY_SETUP= install.rb - -.include <bsd.port.mk> |