mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
d0c8af501e
PR: 224787 Approved by: joe@thrallingpenguin.com (maintainer)
28 lines
656 B
Makefile
28 lines
656 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= savon
|
|
PORTVERSION= 2.11.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= joe@thrallingpenguin.com
|
|
COMMENT= Library for SOAP communications
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-akami>=1.2:www/rubygem-akami \
|
|
rubygem-builder>=2.1.2:devel/rubygem-builder \
|
|
rubygem-gyoku>=1.2:devel/rubygem-gyoku \
|
|
rubygem-httpi>=2.3:www/rubygem-httpi \
|
|
rubygem-nokogiri>=1.4.0:textproc/rubygem-nokogiri \
|
|
rubygem-nori>=2.4:devel/rubygem-nori \
|
|
rubygem-wasabi>=3.4:www/rubygem-wasabi
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|