View | Details | Raw Unified | Return to bug 99827
Collapse All | Expand All

(-)book.sgml (-15 lines)
Lines 3204-3224 Link Here
3204
	</sect2>
3204
	</sect2>
3205
3205
3206
	<sect2>
3206
	<sect2>
3207
	  <title><makevar>PERL_BUILD_DEPENDS</makevar> and
3208
	    <makevar>PERL_RUN_DEPENDS</makevar></title>
3209
3210
	  <para>These variables allow you to specify dependencies on Perl
3211
	    modules. For example,
3212
3213
	    <programlisting>PERL_RUN_DEPENDS=	MIME-Base64:${PORTSDIR}/converters/p5-MIME-Base64</programlisting>
3214
3215
	    will check for the <literal>MIME::Base64</literal> Perl module
3216
	    (note the replacement of <quote><literal>::</literal></quote>
3217
	    with <quote><literal>-</literal></quote>) and install it if
3218
	    it is missing.</para>
3219
	</sect2>
3220
3221
	<sect2>
3222
	  <title><makevar>DEPENDS</makevar></title>
3207
	  <title><makevar>DEPENDS</makevar></title>
3223
3208
3224
	  <para>If there is a dependency that does not fall into either of the
3209
	  <para>If there is a dependency that does not fall into either of the

Return to bug 99827