aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-05-24 09:59:10 +0800
committerswills <swills@FreeBSD.org>2014-05-24 09:59:10 +0800
commit6a338b0c40ba80550ab7f793bbd39237b2b3740a (patch)
tree1bb24002e366dfe7275df876e8508cc416b3e35e /www
parentb9fec72308cbeae6007d49360e08e82bff9da618 (diff)
downloadfreebsd-ports-gnome-6a338b0c40ba80550ab7f793bbd39237b2b3740a.tar.gz
freebsd-ports-gnome-6a338b0c40ba80550ab7f793bbd39237b2b3740a.tar.zst
freebsd-ports-gnome-6a338b0c40ba80550ab7f793bbd39237b2b3740a.zip
Library for simple WSDL parsing.
WWW: https://rubygems.org/gems/wasabi PR: ports/189432 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-wasabi/Makefile20
-rw-r--r--www/rubygem-wasabi/distinfo2
-rw-r--r--www/rubygem-wasabi/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index f6013d60880d..ff17d48457d9 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1884,6 +1884,7 @@
SUBDIR += rubygem-unicorn
SUBDIR += rubygem-url-mount
SUBDIR += rubygem-url_escape
+ SUBDIR += rubygem-wasabi
SUBDIR += rubygem-webkit-gtk
SUBDIR += rubygem-webkit-gtk2
SUBDIR += rubygem-webmock
diff --git a/www/rubygem-wasabi/Makefile b/www/rubygem-wasabi/Makefile
new file mode 100644
index 000000000000..3737eea827b5
--- /dev/null
+++ b/www/rubygem-wasabi/Makefile
@@ -0,0 +1,20 @@
+# Created by: Joseph Benden <joe@thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME= wasabi
+PORTVERSION= 1.0.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= joe@thrallingpenguin.com
+COMMENT= Library for simple WSDL parsing
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-wasabi/distinfo b/www/rubygem-wasabi/distinfo
new file mode 100644
index 000000000000..f9215b159af1
--- /dev/null
+++ b/www/rubygem-wasabi/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/wasabi-1.0.0.gem) = d69b459cc05dcc9e842e66d19bf6e272c8f130336fb2df79813ba40ee337c4f3
+SIZE (rubygem/wasabi-1.0.0.gem) = 12288
diff --git a/www/rubygem-wasabi/pkg-descr b/www/rubygem-wasabi/pkg-descr
new file mode 100644
index 000000000000..a01872ddec6d
--- /dev/null
+++ b/www/rubygem-wasabi/pkg-descr
@@ -0,0 +1,3 @@
+Library for simple WSDL parsing.
+
+WWW: https://rubygems.org/gems/wasabi