Document the new meanings of knobs in bsd.perl.mk.
Submitted by: gabor Supported by: Google Summer of Code 2007
This commit is contained in:
parent
acce41e322
commit
61574c5e82
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30757
1 changed files with 10 additions and 0 deletions
|
@ -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
|
exist or the distfile does not exist in the directory. In such case, using author's id as
|
||||||
<makevar>MASTER_SITE_SUBDIR</makevar> is allowed.</para>
|
<makevar>MASTER_SITE_SUBDIR</makevar> is allowed.</para>
|
||||||
|
|
||||||
|
<para>All of the tunable knobs below accept both <literal>YES</literal>
|
||||||
|
and a version string, like <literal>5.8.0+</literal>. Using
|
||||||
|
<literal>YES</literal> means that the port can be used with all
|
||||||
|
of the supported <application>Perl</application> versions. If a port
|
||||||
|
only works with specific versions of <application>Perl</application>,
|
||||||
|
it can be indicated with a version string, specifying a minimal version
|
||||||
|
(e.g. <literal>5.7.3+</literal>), a maximal version (e.g.
|
||||||
|
<literal>5.8.0-</literal>) or an exact version (e.g.
|
||||||
|
<literal>5.8.3</literal>).</para>
|
||||||
|
|
||||||
<table frame="none">
|
<table frame="none">
|
||||||
<title>Variables for ports that use <literal>perl</literal></title>
|
<title>Variables for ports that use <literal>perl</literal></title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue