1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libiodbc |
---|
7 | version 3.52.7 |
---|
8 | categories devel |
---|
9 | description iODBC is the acronym for Independent Open DataBase Connectivity, \ |
---|
10 | an Open Source platform independent implementation of both the \ |
---|
11 | ODBC and X/Open specifications. |
---|
12 | platforms darwin |
---|
13 | homepage http://www.iodbc.org |
---|
14 | master_sites http://www.iodbc.org/downloads/iODBC/ |
---|
15 | checksums md5 ddbd274cb31d65be6a78da58fc09079a \ |
---|
16 | sha1 53988878b6897d5ce7b8f62138f1f7e0e40b7d4f \ |
---|
17 | rmd160 7bdac0e18dd65debd41059ceb59b4653bed4774b |
---|
18 | |
---|
19 | configure.args --disable-gui --disable-gtktest |
---|