pkgsrc/sysutils/p5-File-Remove/Makefile
sno 7116bb7452 Updating package for CPAN module File::Remove in sysutils/p5-File-Remove
from 1.50 to 1.52.

Upstream changes:
1.52 Mon 19 Mar 2012 - Adam Kennedy
	- No functional changes
	- Updating Module::Install to 1.06
	- Moved File::Spec dependency to 3.29 to fix problems with
	  four-digit decimal dependencies in some downstream packaging
	  systems.

1.51 Thu 27 Oct 2011 - Adam Kennedy
	- END-time deletion by clear() is now fork-safe, it will only remove
	  paths created in the same process.
2012-05-31 09:10:27 +00:00

19 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.19 2012/05/31 09:10:27 sno Exp $
DISTNAME= File-Remove-1.52
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 sysutils
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Remove/
COMMENT= Remove files and directories
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/File/Remove/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"