- Remove PERL_*_DEPENDS docs, the feature was removed from the tree

This commit is contained in:
Pav Lucistnik 2006-02-23 13:39:20 +00:00
parent 5ac6bb3054
commit 5c679bd103
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27221

View file

@ -3294,21 +3294,6 @@ 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 the <literal>MIME::Base64</literal> Perl module
(note the replacement of <quote><literal>::</literal></quote>
with <quote><literal>-</literal></quote>) and install it if
it is missing.</para>
</sect2>
<sect2>
<title><makevar>DEPENDS</makevar></title>