- Document new PERL_*_DEPENDS

This commit is contained in:
Pav Lucistnik 2006-01-21 21:05:57 +00:00
parent c574b8f015
commit 9fa24926fc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26919

View file

@ -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>