summaryrefslogtreecommitdiff
path: root/net/rubygem-right_flexiscale/Makefile
blob: dc7f1bdeec456145093e4e6d3a58166457271882 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	right_flexiscale
PORTVERSION=	0.1.0
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Provides Ruby access to the Flexiscale API

LICENSE=	MIT

RUN_DEPENDS=	rubygem-soap4r>=1.5.8:devel/rubygem-soap4r

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>