summaryrefslogtreecommitdiff
path: root/homebrew/dnsperf/.beer
blob: 8f9a6fb1cd0413c55aa18f3610dfe59438bdab65 (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
{
    "name": "Dnsperf",
    "description": "Measure DNS performance by simulating network conditions",
    "url": "https://www.dns-oarc.net/files/dnsperf/dnsperf-2.2.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.dns-oarc.net/tools/dnsperf",
    "depends": [
        {
            "depend": "bind",
            "build-depend": false
        },
        {
            "depend": "libxml2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"SDKROOT\"] = MacOS.sdk_path if MacOS.version == :sierra",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.2.1",
    "file": "dnsperf.rb"
}