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

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

LICENSE=	MIT

RUN_DEPENDS=	rubygem-right_http_connection>=1.2.4:net/rubygem-right_http_connection

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>