summaryrefslogtreecommitdiff
path: root/homebrew/libopendkim/.beer
blob: a45d2e1947f85ee35fa537bb546fe91909a0d37d (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
{
    "name": "Libopendkim",
    "description": "Implementation of Domain Keys Identified Mail authentication",
    "url": "https://downloads.sourceforge.net/project/opendkim/opendkim-2.10.3.tar.gz",
    "mirror": null,
    "homepage": "http://opendkim.org",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "unbound",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\",",
        "\"--disable-filter\",",
        "\"--with-unbound=#{Formula[\"unbound\"].opt_prefix}\",",
        "\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.10.3",
    "file": "libopendkim.rb"
}