1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/www/rubygem-wasabi/Makefile
Sunpoet Po-Chuan Hsieh 858fc7b906 Update to 3.5.0
Changes:	https://github.com/savonrb/wasabi/blob/master/CHANGELOG.md
PR:		220657
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 16 days)
2017-07-28 02:41:36 +00:00

23 lines
439 B
Makefile

# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD$
PORTNAME= wasabi
PORTVERSION= 3.5.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Library for simple WSDL parsing
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-httpi>=2.0:www/rubygem-httpi \
rubygem-nokogiri>=1.4.2:textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>