summaryrefslogtreecommitdiff
path: root/homebrew/opensaml/.beer
blob: cb10d6512658356a34ffdeb0e4e286f141791c4c (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
{
    "name": "Opensaml",
    "description": "Library for Security Assertion Markup Language",
    "url": "https://shibboleth.net/downloads/c++-opensaml/3.0.0/opensaml-3.0.0.tar.bz2",
    "mirror": null,
    "homepage": "https://wiki.shibboleth.net/confluence/display/OpenSAML/Home",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "log4shib",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "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": [
        "ENV.cxx11",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-debug\", \"--disable-dependency-tracking\"",
        "system \"make\", \"install\""
    ],
    "version": "3.0.0",
    "file": "opensaml.rb"
}