1 | # $Id: Portfile 87583 2011-11-26 22:50:44Z blb@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python27 1.0 |
---|
5 | name py27-mx-base |
---|
6 | version 3.2.4 |
---|
7 | license Permissive |
---|
8 | #http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf |
---|
9 | maintainers nomaintainer |
---|
10 | description eGenix.com mx Extensions for Python - base package |
---|
11 | long_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 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | homepage http://www.egenix.com/products/python/mxBase/ |
---|
19 | master_sites http://www.egenix.com/files/python/ |
---|
20 | distname egenix-mx-base-${version} |
---|
21 | |
---|
22 | checksums sha1 22d7fcbd582177f9a43245eadc3644f3b48cc9a7 \ |
---|
23 | rmd160 4ba81b9e7157e44371987df0e638b6ebeb513d4c |
---|
24 | |
---|
25 | livecheck.type regex |
---|
26 | livecheck.url ${homepage} |
---|
27 | livecheck.regex Version: (\[0-9\\.\]+) |
---|
28 | |
---|