pkgsrc/textproc/ruby-html-parser/Makefile
taca 391c8b13c7 Importing ruby-html-parser, ruby-html-parser-19990912p1 package.
The html-parser package is a Ruby implementation of the Python's SGML
parser (sgmllib.py), HTML parser (htmllib.py) and Formatter
(formatter.py).
2001-07-01 14:03:24 +00:00

28 lines
854 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 14:03:24 taca Exp $
# FreeBSD: ports/textproc/ruby-html-parser/Makefile,v 1.6 2000/09/26 08:01:54 knu Exp
DISTNAME= html-parser-${VERSION}
PKGNAME= ${RUBY_PKGNAMEPREFIX}html-parser-${VERSION}
CATEGORIES= textproc
MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/html-parser/
MAINTAINER= taca@netbsd.org
HOMEPAGE= http://www.jin.gr.jp/~nahi/Ruby/html-parser/README.html
COMMENT= HTML-parser package for Ruby
DIST_SUBDIR= ruby
USE_RUBY= yes
NO_BUILD= yes
MODULES= formatter.rb html-parser.rb sgml-parser.rb
VERSION= 19990912p1
do-install:
.for f in ${MODULES}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}
.endfor
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/html-parser
${INSTALL_DATA} ${WRKSRC}/README.html ${RUBY_DOCDIR}/html-parser
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"