391d620288
0.34 Mon Nov 6 2006 - Update t/03 to skip the "is this file not writable" test when it would fail because the tests are being run by root (as sometimes happens when installing Perl modules). --Jesse Vincent 0.33 Tue 24 Oct 2006 - Previous release tested ok. - Incrementing for production release. - No functional changes 0.32_01 Mon 23 Oct 2006 - Use File::Spec to clean/canon paths instead of hand-stripping trailing slash - Apply the File::Path "safe" check manually for the root only, and use File::Path itself with safe OFF, so that we can handle deleting deep readonly files (and do it properly on VMS) - Added a test for the deletion of deep readonly files - Removing the use of "our" variables to try and get the Perl version dependency back to at least 5.005. - Report "deleted" for non-existant files they want to delete - Report the path they pass, but for dir USE a File::Spec->canonpath
17 lines
460 B
Makefile
17 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/02/18 02:03:34 wiz Exp $
|
|
|
|
DISTNAME= File-Remove-0.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 sysutils
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Remove/
|
|
COMMENT= Remove files and directories
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/File/Remove/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|