Ticket #35672: Portfile

File Portfile, 1.0 KB (added by jamie@…, 12 years ago)
Line 
1# $Id: Portfile 87583 2011-11-26 22:50:44Z blb@macports.org $
2
3PortSystem          1.0
4PortGroup           python27 1.0
5name                py27-mx-base
6version             3.2.4
7license             Permissive
8#http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
9maintainers         nomaintainer
10description         eGenix.com mx Extensions for Python - base package
11long_description \
12   Collection of Python software tools which enhance Python's usability in \
13   many important areas such as ODBC database connectivity, fast text \
14   processing, date/time processing and web site programming.
15
16platforms           darwin
17
18homepage            http://www.egenix.com/products/python/mxBase/
19master_sites        http://www.egenix.com/files/python/
20distname            egenix-mx-base-${version}
21
22checksums           sha1    22d7fcbd582177f9a43245eadc3644f3b48cc9a7 \
23                    rmd160  4ba81b9e7157e44371987df0e638b6ebeb513d4c
24
25livecheck.type      regex
26livecheck.url       ${homepage}
27livecheck.regex     Version: (\[0-9\\.\]+)
28