229a75e243
This module provide a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem.
20 lines
535 B
Makefile
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"
|