aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-amazon-ec2/Makefile
blob: 15b41907afd31f37634332768b3040682e4605a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	amazon-ec2
PORTVERSION=	0.9.17
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Library for accessing the Amazon Web Services APIs
WWW=		https://github.com/grempe/amazon-ec2

RUN_DEPENDS=	rubygem-xml-simple>=1.0.12:textproc/rubygem-xml-simple

NO_ARCH=	yes

USES=		gem
PLIST_FILES=	bin/awshell bin/ec2-gem-example.rb bin/ec2-gem-profile.rb bin/ec2sh bin/setup.rb

.include <bsd.port.mk>