mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
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>
|