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
|
{
"name": "Mongrel2",
"description": "Application, language, and network architecture agnostic web server",
"url": "https://github.com/mongrel2/mongrel2/releases/download/v1.11.0/mongrel2-v1.11.0.tar.bz2",
"mirror": null,
"homepage": "https://mongrel2.org/",
"depends": [
{
"depend": "zeromq",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [
{
"url": "https://github.com/mongrel2/mongrel2/commit/7cb8532e2ecc341d77885764b372a363fbc72eff.patch?full_index=1",
"strip": "1"
}
],
"install": [
"ENV.deparallelize",
"ENV[\"OPTFLAGS\"] = \"#{ENV.cflags} #{ENV.cppflags}\"",
"ENV[\"OPTLIBS\"] = \"#{ENV.ldflags} -undefined dynamic_lookup\"",
"system \"make\", \"all\"",
"system \"make\", \"install\", \"PREFIX=#{prefix}\""
],
"version": "1.11.0",
"file": "mongrel2.rb"
}
|