1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Library for simple WSDL parsing.

WWW: https://rubygems.org/gems/wasabi

PR:		ports/189432
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
This commit is contained in:
Steve Wills 2014-05-24 01:59:10 +00:00
parent eccd18aaab
commit 959e57510b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354970
4 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/wasabi-1.0.0.gem) = d69b459cc05dcc9e842e66d19bf6e272c8f130336fb2df79813ba40ee337c4f3
SIZE (rubygem/wasabi-1.0.0.gem) = 12288

View File

@ -0,0 +1,3 @@
Library for simple WSDL parsing.
WWW: https://rubygems.org/gems/wasabi