f48fee6192
------------------- 1.55 2016-01-11 - Shlomi Fish - Add the "{ glob => 0 }" option to remove(). - See https://rt.cpan.org/Ticket/Display.html?id=78405 - Thanks to SHARYANTO for the request. 1.54 2016-01-10 - Shlomi Fish - Fix a typo in the documentation: - https://rt.cpan.org/Ticket/Display.html?id=72010 - Thanks to DFH, and dsteinbrunner for the report. - Hopefully fix the GitHub remote to make it more MetaCPAN-friendly. 1.53 2016-01-10 - Shlomi Fish - Convert the distribution from Module-Install to Dist-Zilla. - Module-Install is undermaintained and unloved. - Fix a problem running the tests in parallel. - https://rt.cpan.org/Public/Bug/Display.html?id=90183 - Thanks to ETHER, RJBS, and KENTNL for the report and the analysis. - Earlier report by EDENC - thanks as well. - https://rt.cpan.org/Ticket/Display.html?id=71779 - Removed trailing whitespace and \r-s. - The \r-s confused Dist-Zilla abstract extraction.
16 lines
448 B
Makefile
16 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.26 2016/02/09 13:22:37 mef Exp $
|
|
|
|
DISTNAME= File-Remove-1.55
|
|
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}
|
|
|
|
PERL5_PACKLIST= auto/File/Remove/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|