Ticket #24047: Portfile

File Portfile, 865 bytes (added by adfernandes (Andrew Fernandes), 14 years ago)
Line 
1# $Id: $
2
3PortSystem        1.0
4PortGroup         python26 1.0
5
6name                    py26-enchant
7version                 1.6.1
8categories              python textproc
9platforms               darwin
10maintainers             adfernande openmaintainer
11homepage                http://www.rfk.id.au/software/pyenchant/
12description             A python interface to the enchant spell-checking library.
13long_description                PyEnchant is a spellchecking library for Python, based on the excellent Enchant library.
14
15master_sites            http://pypi.python.org/packages/source/p/pyenchant/
16distname                pyenchant-${version}
17checksums               sha1    813151d724ffbc700dd1c890fa96da0ae85bffb5
18
19depends_lib-append      port:py26-setuptools port:enchant
20
21livecheck.type          regex
22livecheck.url           ${homepage}
23livecheck.regex         Version (\\d+\\.\\d+\\.\\d+) released