# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python26 1.0 name py26-mssql version 1.0.1 categories python databases platforms darwin maintainers gmail.com:ruseel 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 afadab7642b35c0492fa2ef08ed551bd \ sha1 d18315dd9b9b5c1d12530e735bdfdba451810546 \ rmd160 342d665b3aa468c5a8e4144d9e8bd5d1d7f06033 patchfiles patch-setup.py depends_lib-append port:freetds post-patch { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py }