# -*- 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 78458 2011-05-08 10:30:20Z jwa@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name				py27-robotframework-ride
set internal_name	robotframework-ride
set short_name		robotide

version             0.35.1
categories-append   devel
maintainers         jwa
description         Robot Framework test case editor
long_description    ${description}

homepage	http://code.google.com/p/${internal_name}

platforms           darwin
depends_lib         port:py27-robotframework \
    port:py27-wxpython

universal_variant	no
configure.build_arch	i386

master_sites        http://${internal_name}.googlecode.com/files/
distname            ${internal_name}-${version}

checksums           md5     6a7858de827a7ce02493bd367241c005 \
                    sha1    7b0c8eef997787d8bf5d78926aeaace81bb60701 \
                    rmd160  aacaa6f025245b53a4e0ac92e5a9577e098b61ce

python.link_binaries no
post-destroot {
    ln -s ${python.prefix}/bin/ride.py ${destroot}${prefix}/bin/ride-${python.branch}.py
}
livecheck.type     regex
livecheck.url      ${homepage}
livecheck.regex    ${internal_name}-(0\\.\[0-9.\]+)\\.tar\\.\[bg\]z
