1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/ruby-htmlsplit/Makefile
Stanislav Sedov cc69d7aa7d - Assign all unmaintained ruby ports to ruby@,
so people will know where to send questions to.
2009-06-16 15:53:25 +00:00

31 lines
736 B
Makefile

# New ports collection makefile for: htmlsplit.rb
# Date created: 20 September 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= htmlsplit
PORTVERSION= 1.0.2
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= A Ruby library to split an HTML document into tags and contents
USE_ZIP= yes
USE_RUBY= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= %%RUBY_SITELIBDIR%%/htmlsplit.rb
do-install:
${INSTALL_DATA} ${WRKSRC}/htmlsplit.rb ${RUBY_SITELIBDIR}/
.include <bsd.port.mk>
# http://www.moonwolf.com/ruby/archive/htmlsplit102.zip