1
0
mirror of https://github.com/jschauma/spf.git synced 2024-05-09 09:54:51 +00:00

Merge pull request #3 from p4tpr0/main

Simple dependencies handling for FreeBSD
This commit is contained in:
Jan Schaumann
2022-09-01 09:38:47 -04:00
committed by GitHub

View File

@ -28,6 +28,10 @@ install these dependencies with:
`sudo apt install libjson-perl libnet-dns-perl libnet-netmask-perl`
On FreeBSD, you can install these dependencies with:
`sudo pkg install p5-JSON p5-Net-DNS p5-Net-Netmask`
Installation
============