summaryrefslogtreecommitdiff
path: root/homebrew/fetchmail/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fetchmail/.beer')
-rw-r--r--homebrew/fetchmail/.beer22
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/fetchmail/.beer b/homebrew/fetchmail/.beer
new file mode 100644
index 000000000..39b57eda8
--- /dev/null
+++ b/homebrew/fetchmail/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "Fetchmail",
+ "description": "Fetch mail from a POP, IMAP, ETRN, or ODMR-capable server",
+ "url": "https://downloads.sourceforge.net/project/fetchmail/branch_6.3/fetchmail-6.3.26.tar.xz",
+ "mirror": null,
+ "homepage": "http://www.fetchmail.info/",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\", \"--with-ssl=#{Formula[\"openssl\"].opt_prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "6.3.26",
+ "file": "fetchmail.rb"
+} \ No newline at end of file