pkgsrc/sysutils/p5-File-Remove/Makefile
he 76762dc18a Update from version 1.41 to 1.42. Changes:
1.42 Thu  3 Jul 2008 (Adam Kennedy)
	- Updated to Module::Install 0.76
	- Updated bundled author tests
	- Added the test_remove function
	- Localising $@ during eval calls
2008-08-05 22:13:05 +00:00

18 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.13 2008/08/05 22:13:05 he Exp $
DISTNAME= File-Remove-1.42
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
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/File/Remove/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"