# -*- 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 101562 2013-01-13 23:41:07Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-mx-base
version             3.2.4
platforms           darwin
license             Permissive GPLConflict
# GPL-conflicting due to choice of law clause.
#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
maintainers         nomaintainer

description         eGenix.com mx Extensions for Python - base package

long_description    collection of Python software tools which enhance Python's \
                    usability in many important areas such as ODBC database \
                    connectivity, fast text processing, date/time processing \
                    and web site programming.

homepage            http://www.egenix.com/products/python/mxBase/
master_sites        http://www.egenix.com/files/python/
distname            egenix-mx-base-${version}

checksums           rmd160  4ba81b9e7157e44371987df0e638b6ebeb513d4c \
                    sha256  bfbb9519994c33e470d58b0c7b8167e25ce7a1bbf24f2533ea1e1cc235c570f0

python.versions     24 25 26 27
python.default_version 27

if {$subport != $name} {
    livecheck.type      none
} else {
    livecheck.type      regex
    livecheck.url       ${homepage}
    livecheck.regex     Version: (\[0-9\\.\]+)
}
