diff options
author | he <he@pkgsrc.org> | 2009-01-11 13:34:36 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-01-11 13:34:36 +0000 |
commit | 229a75e243aab2b286b8e947bafbe2e264824cdf (patch) | |
tree | f9d3526f311dd7973cbcaa182a9c53664e4fabcb /devel/p5-File-Path | |
parent | 3a7cdfb112855ef3fded5b9db69a9e5db0eea83b (diff) | |
download | pkgsrc-229a75e243aab2b286b8e947bafbe2e264824cdf.tar.gz |
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.
Diffstat (limited to 'devel/p5-File-Path')
-rw-r--r-- | devel/p5-File-Path/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-File-Path/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-File-Path/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-File-Path/DESCR b/devel/p5-File-Path/DESCR new file mode 100644 index 00000000000..b67b124801f --- /dev/null +++ b/devel/p5-File-Path/DESCR @@ -0,0 +1,3 @@ +This module provide a convenient way to create directories of +arbitrary depth and to delete an entire directory subtree from the +filesystem. diff --git a/devel/p5-File-Path/Makefile b/devel/p5-File-Path/Makefile new file mode 100644 index 00000000000..3015e045d35 --- /dev/null +++ b/devel/p5-File-Path/Makefile @@ -0,0 +1,20 @@ +# $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" diff --git a/devel/p5-File-Path/distinfo b/devel/p5-File-Path/distinfo new file mode 100644 index 00000000000..a07b809abfd --- /dev/null +++ b/devel/p5-File-Path/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/11 13:34:36 he Exp $ + +SHA1 (File-Path-2.07.tar.gz) = d7ca2c3bd8983faa319a36cd2e1074f829b86956 +RMD160 (File-Path-2.07.tar.gz) = b9da96f0017a2d89c65ad6556daf40e660fe81de +Size (File-Path-2.07.tar.gz) = 18413 bytes |