diff options
author | knu <knu@FreeBSD.org> | 2003-11-21 04:42:28 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-11-21 04:42:28 +0800 |
commit | b64e8fb9a22eb99873e36ac3a5f3f3e2aaa83a0f (patch) | |
tree | 0db298ebeb215f07baa81479e9cf9a4aded52b5d /textproc/ruby-rss.alt/Makefile | |
parent | 5960e5ab1196753e493ae19dad163bb414360e97 (diff) | |
download | freebsd-ports-gnome-b64e8fb9a22eb99873e36ac3a5f3f3e2aaa83a0f.tar.gz freebsd-ports-gnome-b64e8fb9a22eb99873e36ac3a5f3f3e2aaa83a0f.tar.zst freebsd-ports-gnome-b64e8fb9a22eb99873e36ac3a5f3f3e2aaa83a0f.zip |
Update to 0.0.7.
Add CONFLICTS.
Diffstat (limited to 'textproc/ruby-rss.alt/Makefile')
-rw-r--r-- | textproc/ruby-rss.alt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile index a1fd13792343..45d44a94ac4c 100644 --- a/textproc/ruby-rss.alt/Makefile +++ b/textproc/ruby-rss.alt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rss -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.7 CATEGORIES= textproc ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -23,9 +23,10 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/uconv.so:${PORTSDIR}/japanese/ruby-uconv \ # 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 +CONFLICTS= ruby-rss-* + USE_RUBY= yes USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb DOCS_EN= README.en Tutorial.en DOCS_JA= README.ja Tutorial.ja |