Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-parser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey <kolovskiy83@yahoo.com>2020-11-15 19:09:33 +0300
committerGitHub <noreply@github.com>2020-11-15 19:09:33 +0300
commit4b74e5902bbdfd730078718fea171df0d4a2f509 (patch)
tree49622b84445c5a472ccae8201a185237ac973123
parent1091421fe9235256e05b61884c081eb21076b093 (diff)
Update README.md
Add command to install dependencies on FreeBSD
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4705322..fda1413 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,11 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
yum install perl-File-MimeInfo perl-Mail-IMAPClient perl-MIME-tools perl-XML-Simple perl-DBI \
perl-Socket6 perl-PerlIO-gzip perl-DBD-MySQL unzip perl-Mail-Mbox-MessageParser
```
-
+### on FreeBSD (FreeBSD 11.4):
+```
+sudo pkg install p5-File-MimeInfo p5-Mail-IMAPClient p5-MIME-tools p5-XML-Simple p5-DBI p5-Socket6 p5-PerlIO-gzip p5-DBD-MySQL p5-Mail-Mbox-MessageParser unzip
+```
+
### on macOS (macOS 10.13):
```
brew install mysql shared-mime-info