# $Id: Portfile 65908 2010-04-02 22:28:17Z jmr@macports.org $

PortSystem    1.0
PortGroup     python26 1.0

name          flashbake
version       0.25
revision      1
categories    devel
platforms     darwin
maintainers   ram openmaintainer

description   A seamless source control tool for ordinary people
long_description  Scripts to gather information for including in \
  version history comments and to make using source control a bit \
  simpler for non-technical projects.

homepage      http://wiki.github.com/commandline/${name}
master_sites  http://cloud.github.com/downloads/commandline/${name}

checksums     md5 ac9905819d3e398cdc24fdaf3f93deb0 \
              sha1 9fcba83d817529d77a8336a8c435cce8536a9100 \
              rmd160 b15c5d548bff0086c4282f62fa3d5addd96f9e98

depends_lib-append  port:py26-distribute \
                    port:py26-enum \
                    port:py26-feedparser \
                    port:git-core

python.link_binaries no

post-destroot {
  ln -s ${python.prefix}/bin/flashbake ${destroot}${prefix}/bin
  ln -s ${python.prefix}/bin/flashbakeall ${destroot}${prefix}/bin
}

universal_variant no

livecheck.type      regex
livecheck.url       ${homepage}
livecheck.regex     {current version is (\d+(?:\.\d+)*) and can be}
