6752829356
File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on file / directories. Its purpose is to do so in the most portable manner possible so that users of this module won't have to worry about whether their programs will work on other OSes and machines.
23 lines
681 B
Makefile
23 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 18:19:39 sno Exp $
|
|
#
|
|
|
|
DISTNAME= File-Util-3.27
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Util/
|
|
COMMENT= Perl extension for easy, versatile, portable file handling
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Class-OOorNO>=0.01:../../devel/p5-Class-OOorNO
|
|
DEPENDS+= p5-Exception-Handler>=1:../../devel/p5-Exception-Handler
|
|
|
|
PERL5_PACKLIST= auto/File/Util/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|