pkgsrc/devel/p5-File-Path/Makefile
he 229a75e243 Import p5-File-Path to version 2.07.
This module provide a convenient way to create directories of
arbitrary depth and to delete an entire directory subtree from the
filesystem.
2009-01-11 13:34:36 +00:00

20 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/01/11 13:34:36 he Exp $
#
DISTNAME= File-Path-2.07
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5fpc
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Path/
COMMENT= Perl5 module to create or remove directory trees
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/File/Path/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"