aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-htmlrepair/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-htmlrepair/Makefile')
-rw-r--r--textproc/ruby-htmlrepair/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/textproc/ruby-htmlrepair/Makefile b/textproc/ruby-htmlrepair/Makefile
deleted file mode 100644
index d58115a9351c..000000000000
--- a/textproc/ruby-htmlrepair/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
-# $FreeBSD$
-
-PORTNAME= htmlrepair
-PORTVERSION= 1.0.1
-CATEGORIES= textproc www ruby
-MASTER_SITES= http://www.moonwolf.com/ruby/archive/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Ruby library to repair unclosed tags in an HTML document
-
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/htmlsplit.rb:textproc/ruby-htmlsplit
-
-PLIST_FILES= %%RUBY_SITELIBDIR%%/htmlrepair.rb
-USES= zip
-USE_RUBY= yes
-
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-DEPRECATED= Upstream no longer exists
-EXPIRATION_DATE= 2017-01-28
-
-do-install:
- ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
- ${INSTALL_DATA} ${WRKSRC}/htmlrepair.rb ${STAGEDIR}${RUBY_SITELIBDIR}/
-
-.include <bsd.port.mk>