3a2181c1e3
- Use USE_RUBY_INSTALL. 2001-07-10 Fix array concatination statement in install_rb() of the install.rb for Ruby 1.6.2 or later. Reported by Ed L Cashin <ecashin@terry.uga.edu>
23 lines
635 B
Makefile
23 lines
635 B
Makefile
# $NetBSD: Makefile,v 1.8 2005/11/03 05:16:51 taca Exp $
|
|
|
|
DISTNAME= html-parser-${VERSION}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-html-parser-${VERSION}
|
|
CATEGORIES= textproc ruby
|
|
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
|
|
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
USE_RUBY_INSTALL= yes
|
|
VERSION= 19990912p2
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/html-parser
|
|
${INSTALL_DATA} ${WRKSRC}/README.html ${RUBY_DOCDIR}/html-parser
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|