Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/23/2002 11:56:15
Module Name: pkgsrc
Committed By: jlam
Date: Mon Sep 23 08:56:15 UTC 2002
Added Files:
pkgsrc/lang/perl5: module.mk
Log Message:
perl5/module.mk is intended to be included by packages that build
and install perl5 modules.
The following targets are provided by this file:
do-configure runs the standard perl configuration in
each of the directories specified in
${PERL5_CONFIGURE_DIRS}.
The following variables may be set prior to including this file:
PERL5_CONFIGURE if "YES", then run the standard perl
configuration assuming Makefile.PL exists;
defaults to "YES".
PERL5_CONFIGURE_DIRS list of directories in which to run the
standard perl configuration; defaults to
${CONFIGURE_DIRS}.
PERL5_LDFLAGS extra linker flags to pass on to the build
process.
This file also does the PERL5_PACKLIST handling to generate a PLIST. When
all p5-* packages have been modified to use module.mk, then the
PERL5_PACKLIST code in bsd.pkg.mk can be removed.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl5/module.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.