aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-wasabi/Makefile
blob: 3737eea827b549956922027484299b69e0fe806f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD$

PORTNAME=   wasabi
PORTVERSION=    1.0.0
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= joe@thrallingpenguin.com
COMMENT=    Library for simple WSDL parsing

LICENSE=    MIT

RUN_DEPENDS=    rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>