e3668e7699
With www/rubygem-httpi updated, this port also needed to be updated because it required: httpi ~> 2.0 Update the dependencies. Become maintainer. PR: 288311
21 lines
443 B
Makefile
21 lines
443 B
Makefile
PORTNAME= wasabi
|
|
PORTVERSION= 5.1.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= dvl@FreeBSD.org
|
|
COMMENT= Library for simple WSDL parsing
|
|
WWW= https://github.com/savonrb/wasabi
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-addressable>0:www/rubygem-addressable \
|
|
rubygem-faraday>=1.9:www/rubygem-faraday \
|
|
rubygem-nokogiri>=1.13.9:textproc/rubygem-nokogiri
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|