# Note: depends on perl (or you can pass --disable-symtable to configure)
# Note: depends on libressl or openssl
wget -c http://ftp.isc.org/isc/bind9/9.13.0/bind-9.13.0.tar.gz
tar -xzf bind-9.13.0.tar.gz
cd bind-9.13.0
./configure --prefix="/usr" --sysconfdir="/etc" --localstatedir="/var"  ||  ./configure --prefix="/usr" --sysconfdir="/etc" --localstatedir="/var" --without-openssl
make # Doesn't mind -j#
make install