76762dc18a
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
18 lines
494 B
Makefile
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"
|