- Fix PERL_DEPENDS documentation (my example would break INDEX)
- Document NOFETCHFILES PR: 92118 Submitted by: edwin
This commit is contained in:
parent
c58947cdf2
commit
5eb7e020db
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26921
1 changed files with 17 additions and 2 deletions
|
@ -3289,10 +3289,11 @@ ALWAYS_KEEP_DISTFILES= yes
|
|||
<para>These variables allow you to specify dependencies on Perl
|
||||
modules. For example,
|
||||
|
||||
<programlisting>PERL_RUN_DEPENDS= MIME::Base64:${PORTSDIR}/converters/p5-MIME-Base64</programlisting>
|
||||
<programlisting>PERL_RUN_DEPENDS= MIME-Base64:${PORTSDIR}/converters/p5-MIME-Base64</programlisting>
|
||||
|
||||
will check for the <literal>MIME::Base64</literal> Perl module
|
||||
and install it if it is missing.</para>
|
||||
(note the replacement of :: with -) and install it if
|
||||
it is missing.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
@ -4061,6 +4062,20 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar</programlisting>
|
|||
is for <quote>non-commercial</quote> use only.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title><makevar>NOFETCHFILES</makevar></title>
|
||||
|
||||
<para>Files defined in the <makevar>NOFETCHFILES</makevar>
|
||||
variable are not fetchable from any of the
|
||||
<makevar>MASTER_SITES</makevar>. An example of such a
|
||||
file is when the file is supplied on CD-ROM by the
|
||||
vendor.</para>
|
||||
|
||||
<para>Tools which check for the availability of these files
|
||||
on the <makevar>MASTER_SITES</makevar> should ignore these
|
||||
files and not report about them.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title><makevar>RESTRICTED</makevar></title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue