summaryrefslogtreecommitdiff
path: root/homebrew/nmap/.beer
blob: 1e2086ad71c6db31486d77325819fbb66bfe25ce (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
{
    "name": "Nmap",
    "description": "Port scanning utility for large networks",
    "url": "https://nmap.org/dist/nmap-7.70.tar.bz2",
    "mirror": null,
    "homepage": "https://nmap.org/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "ndiff",
            "reason": "both install `ndiff` binaries"
        }
    ],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "args = %W[",
        "--prefix=#{prefix}",
        "--with-libpcre=included",
        "--with-liblua=included",
        "--with-openssl=#{Formula[\"openssl\"].opt_prefix}",
        "--without-nmap-update",
        "--disable-universal",
        "--without-zenmap",
        "]",
        "system \"./configure\", *args",
        "system \"make\" ",
        "system \"make\", \"install\"",
        "rm_f Dir[bin/\"uninstall_*\"] "
    ],
    "version": "7.70",
    "file": "nmap.rb"
}