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

(-)book.sgml (+17 lines)
Lines 5600-5605 Link Here
5600
	  <literal>http://search.cpan.org/dist/Module-Name/</literal>
5600
	  <literal>http://search.cpan.org/dist/Module-Name/</literal>
5601
	  (including the trailing slash).</para>
5601
	  (including the trailing slash).</para>
5602
      </note>
5602
      </note>
5603
      <note>
5604
        <para>It is <emphasis>not</emphasis> recommended to use <literal>
5605
	  ${SITE_PERL}</literal> as a dependency listing. This is problematic
5606
	  because it means that bsd.perl.mk must be included to satisfy the
5607
	  dependency.
5608
	</para>
5609
      </note>
5610
5611
	<example id="use-perl-not-recommended-example">
5612
	  <title>PERL Not Recommended Dependency Example</title>
5613
	  <programlisting>${SITE_PERL}/IO/Tee.pm:${PORTSDIR}/devel/p5-IO-Tee</programlisting>
5614
	</example>
5615
5616
	<example id="use-perl-dependency-example">
5617
	  <title>PERL Recommended Dependency Example</title>
5618
	  <programlisting>p5-IO-Tee>=0.64:${PORTSDIR}/devel/p5-IO-Tee</programlisting>
5619
	</example>
5603
    </sect1>
5620
    </sect1>
5604
5621
5605
    <sect1 id="using-x11">
5622
    <sect1 id="using-x11">

Return to bug 167295