ports/textproc/ruby-htmlrepair/Makefile
Erwin Lansing 8902576db9 - Deprecate
- Set EXPIRATION_DATE

PR:		106160
Submitted by:	gabor
2006-12-02 10:33:18 +00:00

34 lines
859 B
Makefile

# New ports collection makefile for: htmlrepair.rb
# Date created: 20 September 2001
# Whom: 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= ports@FreeBSD.org
COMMENT= A Ruby library to repair unclosed tags in an HTML document
RUN_DEPENDS= ${RUBY_SITELIBDIR}/htmlsplit.rb:${PORTSDIR}/textproc/ruby-htmlsplit
DEPRECATED= distfile and homepage disappeared, deprecated dependency
EXPIRATION_DATE= 2007-01-01
PLIST_FILES= %%RUBY_SITELIBDIR%%/htmlrepair.rb
USE_ZIP= yes
USE_RUBY= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/htmlrepair.rb ${RUBY_SITELIBDIR}/
.include <bsd.port.mk>