Utilities to replace common UNIX commands Maintained by:perl@FreeBSD.org Port Added: 02 Nov 2006 20:32:35 Also Listed In:perl5 License: ART10 GPLv1
ExtUtils::Command provides a number of utilities to replace common UNIX
commands in Makefiles, etc. At present the list includes cp, rm_f,
rm_rf, mv, cat, eqtime, mkpath, touch, test_f, test_d, chmod, and
dos2unix. Also included is the companion module Shell::Command, which
is a thin wrapper for ExtUtils::Command to provide cross-platform
functions emulating common shell commands.
WWW: http://search.cpan.org/dist/ExtUtils-Command/
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr