Subject: CVS commit: pkgsrc/lang/perl5
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/24/2001 06:40:32
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Nov 24 04:40:31 UTC 2001

Added Files:
	pkgsrc/lang/perl5: buildlink.mk

Log Message:
Add buildlink.mk file for use by perl5 module package Makefiles.  This
buildlink.mk file can replace the use of USE_PERL5: it defines all of the
same perl variables as bsd.pkg.mk, adds a dependency on perl>=${PERL5_REQD}
and conditionally includes bsd.perl.mk.  It also creates a buildlinkified
Config.pm that makes the local include/library search path include
${BUILDLINK_DIR} instead of hard-coding ${LOCALBASE}.  There's more to be
done to make this more useful in strongly buildlinkifying a package, but
it's useful now as-is in weakly buildlinkifying a package.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/lang/perl5/buildlink.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.