summaryrefslogtreecommitdiff
path: root/homebrew/opensaml/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/opensaml/.beer')
-rw-r--r--homebrew/opensaml/.beer43
1 files changed, 43 insertions, 0 deletions
diff --git a/homebrew/opensaml/.beer b/homebrew/opensaml/.beer
new file mode 100644
index 000000000..cb10d6512
--- /dev/null
+++ b/homebrew/opensaml/.beer
@@ -0,0 +1,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"
+} \ No newline at end of file