diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst
index 23fa5b700301268aeb34cf4f5cbe4d1aea6ba8d0..61487e25f673c0645f0b86b982f0993701f57d7c 100644
--- a/doc/manual/source/installation-and-configuration.rst
+++ b/doc/manual/source/installation-and-configuration.rst
@@ -8,9 +8,9 @@ Software requirements
 =====================
 
 Packaged versions of Dynare are available for Windows (8.1, 10 and 11), several
-GNU/Linux distributions (Debian, Ubuntu, Linux Mint, Arch Linux) and macOS (12
-“Monterey”). Dynare should work on other systems, but some compilation steps
-are necessary in that case.
+GNU/Linux distributions (Debian, Ubuntu, Linux Mint, Arch Linux), macOS (12
+“Monterey”), and FreeBSD. Dynare should work on other systems, but some
+compilation steps are necessary in that case.
 
 In order to run Dynare, you need one of the following:
 
@@ -135,6 +135,13 @@ once)::
 
   octave:1> pkg install -forge io statistics control struct optim
 
+On FreeBSD
+----------
+
+A `FreeBSD port for Dynare <https://www.freshports.org/science/dynare/>`__ is
+available. It can be installed with::
+
+  pkg install dynare
 
 For other systems
 -----------------