2012-11-23 23:56:07 +01:00
|
|
|
# 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
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-xml-simple>=1.0.12:textproc/rubygem-xml-simple
|
2012-11-23 23:56:07 +01:00
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2012-11-23 23:56:07 +01:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2012-11-23 23:56:07 +01:00
|
|
|
PLIST_FILES= bin/awshell bin/ec2-gem-example.rb bin/ec2-gem-profile.rb bin/ec2sh bin/setup.rb
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|