blob: 4db87d55a595c2d3ee49739b6d8d4050a96a753b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= amazon-ec2
PORTVERSION= 0.9.17
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= swills@FreeBSD.org
COMMENT= Library for accessing the Amazon Web Services APIs
RUN_DEPENDS= rubygem-xml-simple>=1.0.12:${PORTSDIR}/textproc/rubygem-xml-simple
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/awshell bin/ec2-gem-example.rb bin/ec2-gem-profile.rb bin/ec2sh bin/setup.rb
NO_STAGE= yes
.include <bsd.port.mk>
|