# -*- 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 77164 2011-03-21 14:37:44Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-lepl
version             5.0.0
maintainers         stromnov openmaintainer

description         A Parser Library for Python 2.6+.

long_description    \
        LEPL is a recursive descent parser, written in Python, \
        which has a a friendly, easy-to-use syntax.

platforms           darwin

homepage            http://pypi.python.org/pypi/LEPL/
master_sites        http://pypi.python.org/packages/source/L/LEPL/
distname            LEPL-${version}

checksums           md5     c8b3eb755234b00c66ca0c912457d629 \
                    sha1    70a78e919181f0af0e3e64284552d82a9e01d7cf \
                    rmd160  c842ca68bfd9c5eb17290b58cec9e7c34ee36fbf

depends_build       port:py27-distribute

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     "LEPL-(\\d+(?:\\.\\d+)*)${extract.suffix}"
