Ticket #42799: Portfile

File Portfile, 1.3 KB (added by ben@…, 11 years ago)

Portfile for Euca2ools 3.0.2 from Github

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem        1.0
5PortGroup         python27 1.0
6
7name              py27-euca2ools
8distname          euca2ools
9epoch             1
10version           3.0.2
11categories-append net
12platforms         darwin
13maintainers       nomaintainer
14license           MIT
15supported_archs   noarch
16
17description       Command line tools for EC2 and S3 API's.
18long_description  Euca2ools are command-line tools for interacting with Web \
19                  services that export a REST/Query-based API compatible with \
20                  Amazon EC2 and S3 services.The tools can be used with both \
21                  Amazon's services and with installations of the Eucalyptus \
22                  open-source cloud-computing infrastructure. The tools were \
23                  inspired by command-line tools distributed by Amazon \
24                  (api-tools and ami-tools) and largely accept the same \
25                  options and environment variables.
26homepage          https://github.com/eucalyptus/euca2ools
27fetch.type        git
28git.url           https://github.com/eucalyptus/euca2ools.git
29git.branch        tags/3.0.2
30
31depends_lib       port:py27-boto \
32                  port:py27-m2crypto
33