aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-right_aws/Makefile
blob: bd4fe1137da491c813ed9cef24f1d79e9683444b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	right_aws
PORTVERSION=	3.1.0
PORTREVISION=	1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Provides access to Amazon EC2, S3, SQS, and SDB web services
WWW=		https://github.com/rightscale/right_aws

LICENSE=	MIT

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

USES=		gem

NO_ARCH=	yes

OPTIONS_DEFINE=	LIBXML
LIBXML_DESC=	Use libxml instead of REXML

LIBXML_RUN_DEPENDS=	rubygem-libxml-ruby>=0.5.2:textproc/rubygem-libxml-ruby

.include <bsd.port.mk>