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 +# $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 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