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:
parent
eccd18aaab
commit
959e57510b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354970
@ -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
|
||||
|
20
www/rubygem-wasabi/Makefile
Normal file
20
www/rubygem-wasabi/Makefile
Normal 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>
|
2
www/rubygem-wasabi/distinfo
Normal file
2
www/rubygem-wasabi/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/wasabi-1.0.0.gem) = d69b459cc05dcc9e842e66d19bf6e272c8f130336fb2df79813ba40ee337c4f3
|
||||
SIZE (rubygem/wasabi-1.0.0.gem) = 12288
|
3
www/rubygem-wasabi/pkg-descr
Normal file
3
www/rubygem-wasabi/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Library for simple WSDL parsing.
|
||||
|
||||
WWW: https://rubygems.org/gems/wasabi
|
Loading…
Reference in New Issue
Block a user