From c9514507024cbb951074944743322d81a09736f4 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 19 Sep 2012 15:26:34 +0000 Subject: Describe what to do with Makefile.PL. From Silas Silva in PR 46981. --- doc/guide/files/build.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/guide/files') diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index df1d3d70325..17015325c52 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ - + The build process @@ -590,6 +590,13 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site}${file} ${FETCH_AFTER_ARGS} CONFIGURE_ARGS may all be changed by the package. + If the program uses the Perl way of configuration (mainly Perl + modules, but not only), i.e. a file called + Makefile.PL, it should include + ../../lang/perl5/module.mk. To set any parameter for + Makefile.PL use the MAKE_PARAMS + variable (e.g., MAKE_PARAMS+=foo=bar + If the program uses an Imakefile for configuration, the appropriate steps can be invoked by setting USE_IMAKE to -- cgit v1.2.3