summaryrefslogtreecommitdiff
path: root/homebrew/freetdsat091/.beer
blob: d1f8e1fcaa8abdb506227f1a01f4c4fb6fa0a509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "name": "FreetdsAT091",
    "description": "Libraries to talk to Microsoft SQL Server & Sybase",
    "url": "http://www.freetds.org/files/stable/freetds-0.91.112.tar.gz",
    "mirror": null,
    "homepage": "http://www.freetds.org/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "unixodbc",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--mandir=#{man}",
        "--enable-krb5",
        "--with-openssl=#{Formula[\"openssl\"].opt_prefix}",
        "--with-tdsver=7.1",
        "--with-unixodbc=#{Formula[\"unixodbc\"].opt_prefix}",
        "]",
        "system \"./configure\", *args",
        "system \"make\"",
        "ENV.deparallelize ",
        "system \"make\", \"install\""
    ],
    "version": "0.91.112",
    "file": "freetds@0.91.rb"
}