Installing LDC on FreeBSD
The LDC is now part of FreeBSD ports tree. LDC can building from source code or installing from FreeBSD package
Installing from ports tree
# cd /usr/ports/lang/ldc && make install clean clean-depends
Installing from binary package
# pkg install ldc
Currently, LDC can be installed on FreeBSD 10.x and 11.x (i386 and amd64)