summaryrefslogtreecommitdiff
path: root/homebrew/fcgiwrap/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fcgiwrap/.beer')
-rw-r--r--homebrew/fcgiwrap/.beer35
1 files changed, 35 insertions, 0 deletions
diff --git a/homebrew/fcgiwrap/.beer b/homebrew/fcgiwrap/.beer
new file mode 100644
index 000000000..75d8b9afc
--- /dev/null
+++ b/homebrew/fcgiwrap/.beer
@@ -0,0 +1,35 @@
+{
+ "name": "Fcgiwrap",
+ "description": "CGI support for Nginx",
+ "url": "https://github.com/gnosek/fcgiwrap/archive/1.1.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.nginx.com/resources/wiki/start/topics/examples/fcgiwrap/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "fcgi",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"autoreconf\", \"-i\"",
+ "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.1.0",
+ "file": "fcgiwrap.rb"
+} \ No newline at end of file