# -*- 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
# $Id: Portfile 112969 2013-11-05 19:09:52Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                salt
version             0.17.1
categories          sysutils
platforms           darwin
maintainers         saltstack.com:cr
license             Apache-2
supported_archs     noarch

description         Salt is a Python-based remote execution, automation, \
                    configuration, and orchestration engine.

long_description    SaltStack is fast, scalable and flexible software for data \
                    center automation, from infrastructure and any cloud, \
                    to the entire application stack.

homepage            http://docs.saltstack.com/
master_sites        https://pypi.python.org/packages/source/s/salt/

checksums           rmd160  4b4d7c0602b404d56b05af3060208fd23a296cf2 \
                    sha256  2f9f0e8b2ed53241ab3e373fd8d4030384b3f78f7b796d185c9907874cceebb9

python.default_version 27
python.link_binaries_suffix

depends_build       port:py${python.version}-setuptools

depends_lib-append  port:py${python.version}-crypto \
                    port:py${python.version}-m2crypto \
                    port:py${python.version}-msgpack \
                    port:py${python.version}-pip \
                    port:py${python.version}-yaml \
                    port:py${python.version}-zmq \
                    port:swig-python

livecheck.type      regex
livecheck.regex     {topics/releases/([0-9.]+)\.html}
