summaryrefslogtreecommitdiff
path: root/homebrew/shibbolethsp/.beer
blob: da574a1591efbfe73a198c09ccac04a95de7c185 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
    "name": "ShibbolethSp",
    "description": "Shibboleth 2 Service Provider daemon",
    "url": "https://shibboleth.net/downloads/service-provider/3.0.2/shibboleth-sp-3.0.2.tar.bz2",
    "mirror": null,
    "homepage": "https://wiki.shibboleth.net/confluence/display/SHIB2",
    "depends": [
        {
            "depend": "apr",
            "build-depend": true
        },
        {
            "depend": "apr-util",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "httpd",
            "build-depend": false
        },
        {
            "depend": "log4shib",
            "build-depend": false
        },
        {
            "depend": "macos",
            "build-depend": false
        },
        {
            "depend": "opensaml",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "unixodbc",
            "build-depend": false
        },
        {
            "depend": "xerces-c",
            "build-depend": false
        },
        {
            "depend": "xml-security-c",
            "build-depend": false
        },
        {
            "depend": "xml-tooling-c",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(var/\"run/shibboleth/\").mkpath",
        "(var/\"cache/shibboleth\").mkpath"
    ],
    "version": "3.0.2",
    "file": "shibboleth-sp.rb"
}