summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-AutoInstall
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-11-22Update to 0.63:wiz2-7/+9
== Changes for 0.63 - September 12, 2005 * Added some text in the POD's synopsis regarding --defaultdeps and the environment variable. == Changes for 0.62 - July 9, 2005 * With CPANPLUS, we no longer probe $Config{sitelib} for writability and suggest `sudo` for the entire installation process, as CPANPLUS can handle this with `sudo` on `make install`. Reported by Sungo.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-03Whoops, forgot to regenerate distinfo to add RMD160 checksum.epg1-1/+2
2005-03-03Import ExtUtils-AutoInstall-0.61.epg4-0/+39
This module lets Makefile.PL automatically install dependencies via CPAN or CPANPLUS. * Features - Letting the user enable/disable optional dependencies. - Support sane defaults by probing for the machine's capability. - If not inside a cpan shell, use CPAN.pm to install dependencies. - Enable/disable the associated tests automatically. - Supply UNINST=1 when it is safe and possibly needed. - Checks MANIFEST to avoid unnecessary grepping of EXE_FILES. - Utilizes CPANPLUS and/or Sort::Versions where feasible. - Offers check-only and skip-all Makefile.PL targets. - Offers check-only and install-only Makefile targets. - Take advantage of the 'sudo' command where available.