diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 96220f284e..227b572ff0 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -5032,6 +5032,16 @@ PLIST_SUB+= NLS="@comment "
exist or the distfile does not exist in the directory. In such case, using author's id as
MASTER_SITE_SUBDIR is allowed.
+ All of the tunable knobs below accept both YES
+ and a version string, like 5.8.0+. Using
+ YES means that the port can be used with all
+ of the supported Perl versions. If a port
+ only works with specific versions of Perl,
+ it can be indicated with a version string, specifying a minimal version
+ (e.g. 5.7.3+), a maximal version (e.g.
+ 5.8.0-) or an exact version (e.g.
+ 5.8.3).
+
Variables for ports that use perl