aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-rss.alt/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-02-28 06:21:56 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-02-28 06:21:56 +0000
commit9c7165aefd1003245634c3e8c2c04878185b00e3 (patch)
tree0773dbb6c53514f52665cdece09bc42de7bcea1f /textproc/ruby-rss.alt/Makefile
parenta73e95729e48f86a97b122db982b42a01f598082 (diff)
downloadports-9c7165aefd1003245634c3e8c2c04878185b00e3.tar.gz
ports-9c7165aefd1003245634c3e8c2c04878185b00e3.zip
Notes
Diffstat (limited to 'textproc/ruby-rss.alt/Makefile')
-rw-r--r--textproc/ruby-rss.alt/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile
index 45d44a94ac4c..49f575865fc3 100644
--- a/textproc/ruby-rss.alt/Makefile
+++ b/textproc/ruby-rss.alt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rss
-PORTVERSION= 0.0.7
+PORTVERSION= 0.0.8
CATEGORIES= textproc ruby
MASTER_SITES= http://www.cozmixng.org/~kou/download/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -16,17 +16,17 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby library for handling RSS (alternative impl.)
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \
- ${RUBY_SITELIBDIR}/xmlscan/parser.rb:${PORTSDIR}/textproc/ruby-xmlscan
-# You can use ruby-xmlparser as an alternative to xmlscan:
+RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv
+# You can use ruby-xmlscan as an alternative XML parser to REXML:
# ${RUBY_SITEARCHLIBDIR}/xmlparser.so:${PORTSDIR}/textproc/ruby-xmlparser
-# You can use REXML as an alternative to xmlscan, but 2.5.0 or later only:
-# ${RUBY_SITELIBDIR}/rexml/document.rb:${PORTSDIR}/textproc/ruby-rexml
+# Or ruby-xmlparser:
+# ${RUBY_SITELIBDIR}/xmlscan/parser.rb:${PORTSDIR}/textproc/ruby-xmlscan
CONFLICTS= ruby-rss-*
USE_RUBY= yes
USE_RUBY_SETUP= yes
+USE_RUBY_FEATURES= rexml
DOCS_EN= README.en Tutorial.en
DOCS_JA= README.ja Tutorial.ja