pkgsrc/lang/perl5
seb fc707a2aeb Introduce target perl5-configure.
Now a package using this file can be configured by the regular
do-configure target if PERL5_CONFIGURE is _not_ set to YES (which is
the default), and then have a the standard perl configuration step
done by say the post-configure target.

Example:
        PERL5_CONFIGURE=        NO
        post-configure: perl5-configure

Usually in such a case PERL5_CONFIGURE_DIRS would have to be
adjusted, as well as other directory variables. See following commit
to graphics/p5-PerlMagick package for a complete example.

The previous behavior is preserved if PERL5_CONFIGURE default
value is left untouched, i.e. the do-configure target does the
standard perl configuration.

Please note that this new feature was made up by Johnny Lam. Thanks again!
2002-09-26 12:31:28 +00:00
..
patches Fix long-standing bug where -R${PREFIX}/lib wasn't being recorded in the 2002-01-30 22:35:57 +00:00
buildlink.mk Only add a build dependency on perl if USE_PERL5 == "build". 2002-09-05 20:44:44 +00:00
buildlink2.mk If USE_PERL5 is "build", then only set a build dependency on perl. 2002-09-05 20:43:19 +00:00
DESCR Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
distinfo Remove patch-ai sha1, since the file doesn't exist. 2002-02-08 09:36:27 +00:00
Makefile Merge changes in packages from the buildlink2 branch that have 2002-08-25 18:38:05 +00:00
Makefile.common Move comment to separate line to unconfuse lintpkgsrc. 2001-12-03 17:51:14 +00:00
MESSAGE Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
module.mk Introduce target perl5-configure. 2002-09-26 12:31:28 +00:00
PLIST mkdir -> ${MKDIR} 2002-02-15 10:12:28 +00:00