- Document new PERL_*_DEPENDS
This commit is contained in:
parent
c574b8f015
commit
9fa24926fc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26919
1 changed files with 13 additions and 0 deletions
|
@ -3282,6 +3282,19 @@ ALWAYS_KEEP_DISTFILES= yes
|
|||
same as <makevar>DEPENDS_TARGET</makevar>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title><makevar>PERL_BUILD_DEPENDS</makevar> and
|
||||
<makevar>PERL_RUN_DEPENDS</makevar></title>
|
||||
|
||||
<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>
|
||||
|
||||
will check for <literal>MIME::Base64</literal> Perl module
|
||||
and install it if it is missing.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title><makevar>DEPENDS</makevar></title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue