diff options
author | seb <seb> | 2002-10-27 21:54:05 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-27 21:54:05 +0000 |
commit | b5c2447b0915143f760034288eb8929734d4d2f4 (patch) | |
tree | ec0a2a19ea9f21772b0c2c46fe335062b187fbdf | |
parent | 079c1a098564e86334aba854131d7cff613abcb1 (diff) | |
download | pkgsrc-b5c2447b0915143f760034288eb8929734d4d2f4.tar.gz |
Add a note about perl5/module.mk.
-rw-r--r-- | Packages.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt index a0ca9d6c6dd..589922686ff 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.267 2002/10/24 04:52:15 jlam Exp $ +# $NetBSD: Packages.txt,v 1.268 2002/10/27 21:54:05 seb Exp $ ########################################################################### ========================== @@ -945,6 +945,12 @@ For the values which are replaced by default, please look in bsd.pkg.mk 5.4 Perl5 modules ================= +Makefile of packages providing perl5 modules should include the +makefile fragment lang/perl5/module.mk. It provides a do-configure +target for the standard perl configuration for such modules as well +as various hooks to tune this configuration. See comments in this +file for details. + Perl5 modules will install into different places depending on the version of perl used during the build process. To address this, the NetBSD packages system will append lines to the PLIST corresponding to the files |