summaryrefslogtreecommitdiff
path: root/homebrew/httpd/.beer
blob: 26b92c71e605d44c3f1f62e81c66a8d93778ab67 (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
41
42
{
    "name": "Httpd",
    "description": "Apache HTTP server",
    "url": "https://www.apache.org/dyn/closer.cgi?path=/httpd/httpd-2.4.39.tar.bz2",
    "mirror": null,
    "homepage": "https://httpd.apache.org/",
    "depends": [
        {
            "depend": "apr",
            "build-depend": false
        },
        {
            "depend": "apr-util",
            "build-depend": false
        },
        {
            "depend": "brotli",
            "build-depend": false
        },
        {
            "depend": "nghttp2",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(var/\"cache/httpd\").mkpath",
        "(var/\"www\").mkpath"
    ],
    "version": "2.4.39",
    "file": "httpd.rb"
}