Date: Mon, 25 Nov 2013 22:28:54 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43245 - head/en_US.ISO8859-1/books/porters-handbook Message-ID: <201311252228.rAPMSscu064030@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon Nov 25 22:28:54 2013 New Revision: 43245 URL: http://svnweb.freebsd.org/changeset/doc/43245 Log: Add a description for USES=perl5 Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Mon Nov 25 06:16:47 2013 (r43244) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Mon Nov 25 22:28:54 2013 (r43245) @@ -264,6 +264,38 @@ </row> <row> + <entry><literal>perl5</literal></entry> + <entry>(none)</entry> + <entry>Implies a dependency on <application>Perl</application>. The + following variables can be set:<itemizedlist> + <listitem><para><varname>PERL_VERSION</varname>: Full version of + <application>Perl</application> to use, or the default if + not set</para></listitem> + <listitem><para><varname>PERL_ARCH</varname>: Directory name of + architecture dependent libraries, defaults to <filename + class="directory">mach</filename></para></listitem> + <listitem><para><varname>PERL_PORT</varname>: Name of the + <application>Perl</application> port to be installed, the + default is derived from + <varname>PERL_VERSION</varname></para></listitem> + <listitem><para><varname>SITE_PERL</varname>: Directory name for + site specific <application>Perl</application> + packages</para></listitem> + <listitem><para><varname>USE_PERL5</varname>: Phases in which to + use <application>Perl</application>, can be + <literal>extract</literal>, <literal>patch</literal>, + <literal>build</literal>, <literal>install</literal>, or + <literal>run</literal>. It can also be + <literal>configure</literal>, <literal>modbuild</literal>, or + <literal>modbuildtiny</literal> when + <filename>Makefile.PL</filename>, <filename>Build.PL</filename>, + or the Module::Build::Tiny flavor of <filename>Build.PL</filename> + is required. Defaults to + <literal>build run</literal>.</para></listitem> + </itemizedlist></entry> +</row> + +<row> <entry><literal>pkgconfig</literal></entry> <entry>(none), <literal>build</literal>, <literal>run</literal>,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311252228.rAPMSscu064030>