summaryrefslogtreecommitdiff
path: root/devel/rubygem-nori/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-nori/Makefile')
-rw-r--r--devel/rubygem-nori/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/devel/rubygem-nori/Makefile b/devel/rubygem-nori/Makefile
index 00bd5689662b..b42fdfa74b08 100644
--- a/devel/rubygem-nori/Makefile
+++ b/devel/rubygem-nori/Makefile
@@ -3,28 +3,26 @@ DISTVERSION= 2.7.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= joe@thrallingpenguin.com
-COMMENT= Library for converting XML to Hash syntax
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= XML to Hash translator
WWW= https://github.com/savonrb/nori
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-bigdecimal>0:math/rubygem-bigdecimal
+RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal
USES= gem
NO_ARCH= yes
-OPTIONS_DEFAULT= NOKOGIRI
-
-OPTIONS_MULTI= PARSER
+OPTIONS_MULTI= PARSER
OPTIONS_MULTI_PARSER= NOKOGIRI REXML
-
+OPTIONS_DEFAULT=NOKOGIRI
NOKOGIRI_DESC= Use Nokogiri as parser
REXML_DESC= Use REXML as parser
-NOKOGIRI_RUN_DEPENDS= rubygem-nokogiri>0:textproc/rubygem-nokogiri
-REXML_RUN_DEPENDS= rubygem-rexml>0:textproc/rubygem-rexml
+NOKOGIRI_RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri
+REXML_RUN_DEPENDS= rubygem-rexml>=3.2<4:textproc/rubygem-rexml
.include <bsd.port.mk>