diff options
author | taca <taca@pkgsrc.org> | 2004-11-28 04:31:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-11-28 04:31:45 +0000 |
commit | 1896795d2fb3fa97b5d906c8997e48c913a67434 (patch) | |
tree | 98bdd0aec59a7d0fc3c71cc932dabd9d3e422818 /textproc/ruby-html-parser | |
parent | f35f700e329a51afb99cc491326c530459c11530 (diff) | |
download | pkgsrc-1896795d2fb3fa97b5d906c8997e48c913a67434.tar.gz |
Migrate ruby-html-parser to use new framework for Ruby packages.
Diffstat (limited to 'textproc/ruby-html-parser')
-rw-r--r-- | textproc/ruby-html-parser/DESCR | 2 | ||||
-rw-r--r-- | textproc/ruby-html-parser/Makefile | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/textproc/ruby-html-parser/DESCR b/textproc/ruby-html-parser/DESCR index 8b7fbc6f7cd..246bb23641f 100644 --- a/textproc/ruby-html-parser/DESCR +++ b/textproc/ruby-html-parser/DESCR @@ -1,5 +1,3 @@ The html-parser package is a Ruby implementation of the Python's SGML parser (sgmllib.py), HTML parser (htmllib.py) and Formatter (formatter.py). - -Author: Takahiro Maebashi <maebashi@iij.ad.jp> diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile index 8dfa56fa094..29da1bdf819 100644 --- a/textproc/ruby-html-parser/Makefile +++ b/textproc/ruby-html-parser/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/03/16 02:01:11 taca Exp $ +# $NetBSD: Makefile,v 1.4 2004/11/28 04:31:45 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} +PKGNAME= ${RUBY_PKGPREFIX}-html-parser-${VERSION} CATEGORIES= textproc ruby MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/html-parser/ @@ -10,9 +10,8 @@ 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 +NO_CONFIGURE= yes MODULES= formatter.rb html-parser.rb sgml-parser.rb VERSION= 19990912p1 @@ -24,5 +23,5 @@ do-install: ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/html-parser ${INSTALL_DATA} ${WRKSRC}/README.html ${RUBY_DOCDIR}/html-parser -.include "../../lang/ruby-base/Makefile.common" +.include "../../lang/ruby/modules.mk" .include "../../mk/bsd.pkg.mk" |