# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-mx-experimental
version			3.0.0
revision		1
license			Permissive GPLConflict zlib
# GPL-conflicting due to choice of law clause.
#http://www.egenix.com/products/python/mxExperimental/eGenix.com-Public-License-1.1.0.pdf
platforms		darwin
maintainers		nomaintainer
description		eGenix.com mx Extensions for Python - EXPERIMENTAL Package
long_description	The mx Extension Series is a collection of software \
				packages which aims at providing professional quality add-ons \
				for the Open Source Language Python. It consists of mxNumber \
				(Extended Numeric Types), mxTidy (Interface to HTML Tidy), \
				mxURL (URL Datatype) and mxUID (UID Datatype).

homepage		http://www.egenix.com/products/python/mxExperimental/
master_sites	http://www.egenix.com/files/python/
distname		egenix-mx-experimental-${version}
checksums		sha1 f697220cf317d968c448da870e0d05a7bd0277e7

python.versions	25

if {${name} ne ${subport}} {
    depends_lib-append	port:mpfr port:gmp port:tidy
    depends_run		port:py${python.version}-mx-base
    livecheck.type	none
} else {
    livecheck.type	regex
    livecheck.url	${homepage}
    livecheck.regex	Version: (\[0-9\\.\]+)
}
