summaryrefslogtreecommitdiff
path: root/homebrew/yaws/.beer
blob: bd0a8328b9d46073201beca1a60d1918a0f7f073 (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
{
    "name": "Yaws",
    "description": "Webserver for dynamic content (written in Erlang)",
    "url": "http://yaws.hyber.org/download/yaws-2.0.6.tar.gz",
    "mirror": null,
    "homepage": "http://yaws.hyber.org",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "erlang@20",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(var/\"log/yaws\").mkpath",
        "(var/\"yaws/www\").mkpath"
    ],
    "version": "2.0.6",
    "file": "yaws.rb"
}