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

PortSystem              1.0
PortGroup               python26 1.0

name                    py26-enchant
version                 1.6.1
categories              python textproc
platforms               darwin
maintainers             adfernandes openmaintainer
homepage                http://www.rfk.id.au/software/pyenchant/
description             A python interface to the enchant spell-checking library.
long_description        PyEnchant is a spellchecking library for Python, based \
                        on the excellent Enchant library.

master_sites            http://pypi.python.org/packages/source/p/pyenchant/
distname                pyenchant-${version}
checksums               sha1    813151d724ffbc700dd1c890fa96da0ae85bffb5

depends_lib-append      port:py26-distribute port:enchant

livecheck.type          regex
livecheck.url           ${homepage}
livecheck.regex         Version (\\d+\\.\\d+\\.\\d+) released
