Files
ports/www/rubygem-wasabi/Makefile
T
Dan Langille e3668e7699 www/rubygem-wasabi: Update to 5.1.0
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
2025-07-25 18:57:19 +00:00

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>