Standalone, extensible Perl module installer Maintained by:swills@FreeBSD.org Port Added: 12 Oct 2004 13:23:05 Also Listed In:perl5 License: not specified in port
Module::Install is a standalone, extensible installer for Perl modules.
It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a
descendent of CPAN::MakeMaker.
Please type "perldoc Module::Install" after installation to see the
module usage information.
WWW: http://search.cpan.org/dist/Module-Install/
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
(1) Replace unexpected (?) spaces to a tab.
(2) Move p5-Module-CoreList dependency to conditional clause for older
lang/perl5.8 (5.8.9 includes Module::CoreList).
Submitted by: kuriyama
- Add new port: devel/p5-Module-Install
- Module::Install is a a standalone, extensible installer for Perl modules.
- It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a
descendent of CPAN::MakeMaker.
WWW: http://search.cpan.org/dist/Module-Install/
PR: ports/71794
Submitted by: clsung
Approved by: co-mentor (vanilla)