PERFORCE change 125183 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Aug 15 10:41:34 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125183

Change 125183 by gabor at gabor_server on 2007/08/15 17:40:44

	- Add some more docs
	- Note that the version requirement can be used with other knobs,
	  as well

Affected files ...

.. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#20 edit

Differences ...

==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#20 (text+ko) ====

@@ -56,6 +56,22 @@
 #
 #	USE_PERL5_REASON=	this module is already part of your Perl version
 #
+# PERL_CONFIGURE	- Configure using Perl's MakeMaker.  Implies USE_PERL5.
+#				The version requirement can be specified here,
+#				as well.
+# USE_PERL5_BUILD	- If set, this port uses perl5 in one or more of the
+#				extract, patch, build or install phases.
+#				The version requirement can be specified here,
+#				as well.
+#
+# USE_PERL5_RUN		- If set, this port uses perl5 for running.  The
+#			 	version requirement can be specified here,
+#				as well.
+#
+# PERL_MODBUILD		- Use Module::Build to configure, build and install
+#				port.  The version requirement can be specified
+#				here, as well.
+#
 # $FreeBSD$
 #
 


More information about the p4-projects mailing list