mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Heavy metal SOAP client.
WWW: https://github.com/savonrb/savon PR: ports/189434 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
This commit is contained in:
parent
74f348b628
commit
cfa2d39246
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354972
@ -1866,6 +1866,7 @@
|
||||
SUBDIR += rubygem-rqrcode
|
||||
SUBDIR += rubygem-robotex
|
||||
SUBDIR += rubygem-robots
|
||||
SUBDIR += rubygem-savon
|
||||
SUBDIR += rubygem-scrapi
|
||||
SUBDIR += rubygem-scrubyt
|
||||
SUBDIR += rubygem-select2-rails
|
||||
|
26
www/rubygem-savon/Makefile
Normal file
26
www/rubygem-savon/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= savon
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= joe@thrallingpenguin.com
|
||||
COMMENT= Library for SOAP communications
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \
|
||||
rubygem-nori>=1.0.3:${PORTSDIR}/devel/rubygem-nori \
|
||||
rubygem-httpi>=0.9.0:${PORTSDIR}/www/rubygem-httpi \
|
||||
rubygem-wasabi>=1.0.0:${PORTSDIR}/www/rubygem-wasabi \
|
||||
rubygem-akami>=1.0.0:${PORTSDIR}/www/rubygem-akami \
|
||||
rubygem-gyoku>=0.4.6:${PORTSDIR}/devel/rubygem-gyoku \
|
||||
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-savon/distinfo
Normal file
2
www/rubygem-savon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/savon-0.9.5.gem) = 7dd3b205566943894289fad64e45f96fa5f22f23f235148120c1078722137a50
|
||||
SIZE (rubygem/savon-0.9.5.gem) = 28672
|
3
www/rubygem-savon/pkg-descr
Normal file
3
www/rubygem-savon/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Heavy metal SOAP client.
|
||||
|
||||
WWW: https://github.com/savonrb/savon
|
Loading…
Reference in New Issue
Block a user