# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
# $Id: Portfile 101375 2013-01-09 22:08:03Z g5pw@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                be
version             1.1.1
python.default_version 27
maintainers         g5pw openmaintainer
license             GPL-2+

categories          devel python
description         Bugs Everywhere is a 'distributed bugtracker'.
long_description    ${description} It is designed to complement distributed \
                    revision control systems.

platforms           darwin

homepage            http://bugseverywhere.org
master_sites        http://download.bugseverywhere.org/releases/

checksums           rmd160  71e4c48c619a914abdd91c9102f9fd2b7c6814ad \
                    sha256  fee9ac7e54357f38c83c1666f4f7ed01e89896f3c827d5660d623413d0f8da76

python.link_binaries_suffix

livecheck.type      regex
livecheck.regex     "${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}"
