- Chasing porters' handbook

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

PR:		docs/99827
Submitted by:	clsung@
This commit is contained in:
Vanilla I. Shu 2006-07-06 07:56:11 +00:00
parent 0c67514c11
commit 247d40ee68
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28206

View file

@ -3203,21 +3203,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>