From 61574c5e821b8ba2e56c2e5bfc39b3c752793879 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 9 Sep 2007 00:24:33 +0000 Subject: [PATCH] Document the new meanings of knobs in bsd.perl.mk. Submitted by: gabor Supported by: Google Summer of Code 2007 --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 <literal>perl</literal>