# $Id$ PortSystem 1.0 PortGroup python 1.0 name py-mssql version 1.0.2 categories-append databases license LGPL-2.1+ platforms darwin maintainers gmail.com:ruseel openmaintainer description A simple database interface to MS-SQL for Python. long_description ${description} homepage http://pymssql.sourceforge.net/ master_sites sourceforge:pymssql distname pymssql-${version} checksums md5 04dc4aa591acacbc8f183daeea21b690 \ sha1 e35b1a68285728cfe06b193c57c13059e65f5691 \ rmd160 9130ac3e8a7e489470e8411750c07e91a2a30da7 python.versions 24 25 26 if {${name} ne ${subport}} { depends_lib-append port:freetds patchfiles patch-setup.py post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py } }