summaryrefslogtreecommitdiff
path: root/homebrew/nmap/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/nmap/.beer')
-rw-r--r--homebrew/nmap/.beer39
1 files changed, 39 insertions, 0 deletions
diff --git a/homebrew/nmap/.beer b/homebrew/nmap/.beer
new file mode 100644
index 000000000..1e2086ad7
--- /dev/null
+++ b/homebrew/nmap/.beer
@@ -0,0 +1,39 @@
+{
+ "name": "Nmap",
+ "description": "Port scanning utility for large networks",
+ "url": "https://nmap.org/dist/nmap-7.70.tar.bz2",
+ "mirror": null,
+ "homepage": "https://nmap.org/",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "ndiff",
+ "reason": "both install `ndiff` binaries"
+ }
+ ],
+ "patches": [],
+ "install": [
+ "ENV.deparallelize",
+ "args = %W[",
+ "--prefix=#{prefix}",
+ "--with-libpcre=included",
+ "--with-liblua=included",
+ "--with-openssl=#{Formula[\"openssl\"].opt_prefix}",
+ "--without-nmap-update",
+ "--disable-universal",
+ "--without-zenmap",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\" ",
+ "system \"make\", \"install\"",
+ "rm_f Dir[bin/\"uninstall_*\"] "
+ ],
+ "version": "7.70",
+ "file": "nmap.rb"
+} \ No newline at end of file