summaryrefslogtreecommitdiff
path: root/net/rubygem-right_aws/Makefile
blob: 4e23cf32531c8bb8578266472f68719cc1d0c327 (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

LICENSE=	MIT

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

USES=		gem
USE_RUBY=	yes

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>