1 | # $Id: Portfile 78609 2011-05-14 07:38:20Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python27 1.0 |
---|
5 | |
---|
6 | name py27-odbc |
---|
7 | set real_name pyodbc |
---|
8 | version 2.1.11 |
---|
9 | categories-append databases devel |
---|
10 | platforms darwin |
---|
11 | license MIT |
---|
12 | maintainers singingwolfboy openmaintainer |
---|
13 | description Python DB API 2 module for ODBC |
---|
14 | long_description \ |
---|
15 | ${description}. This project provides an up-to-date, convenient \ |
---|
16 | interface to ODBC using native data types like datetime and decimal. |
---|
17 | |
---|
18 | homepage http://code.google.com/p/${real_name}/ |
---|
19 | master_sites http://${real_name}.googlecode.com/files/ |
---|
20 | distname ${real_name}-${version} |
---|
21 | use_zip yes |
---|
22 | checksums md5 f8f62b725fbd88f4ba5bca288ae7d697 \ |
---|
23 | sha1 df7c4aeca8e0ef96af83c51c7ff8c44ef361cc67 \ |
---|
24 | rmd160 3d8a78ff4a9a24cb2810dbb24f41c04e07bf0b1c |
---|
25 | patchfiles setup.py.patch |
---|
26 | depends_lib-append port:unixODBC |
---|