diff options
author | spz <spz@pkgsrc.org> | 2011-07-10 12:34:01 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2011-07-10 12:34:01 +0000 |
commit | 7b8925a69f25dd36999c7091c9a39466a23b4dfb (patch) | |
tree | 3a7a8cde3fc392b59d356d6d3ce3e0948fcd4d70 /devel/p5-File-Listing | |
parent | 5a811ecda0cebe0bb3f3dcb5189dad37d8eba507 (diff) | |
download | pkgsrc-7b8925a69f25dd36999c7091c9a39466a23b4dfb.tar.gz |
The Perl 5 module File::Listing - parse directory listing
Diffstat (limited to 'devel/p5-File-Listing')
-rw-r--r-- | devel/p5-File-Listing/DESCR | 1 | ||||
-rw-r--r-- | devel/p5-File-Listing/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-File-Listing/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-File-Listing/DESCR b/devel/p5-File-Listing/DESCR new file mode 100644 index 00000000000..1a99da62643 --- /dev/null +++ b/devel/p5-File-Listing/DESCR @@ -0,0 +1 @@ +The Perl 5 module File::Listing - parse directory listing diff --git a/devel/p5-File-Listing/Makefile b/devel/p5-File-Listing/Makefile new file mode 100644 index 00000000000..0f356949dc9 --- /dev/null +++ b/devel/p5-File-Listing/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/07/10 12:34:01 spz Exp $ +# + +DISTNAME= File-Listing-6.02 +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-Listing/ +COMMENT= Perl 5 module providing a directory parser +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/File/Listing/.packlist + +DEPENDS+= p5-HTTP-Date>=6.00:../../www/p5-HTTP-Date + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-Listing/distinfo b/devel/p5-File-Listing/distinfo new file mode 100644 index 00000000000..fdc0623f4ee --- /dev/null +++ b/devel/p5-File-Listing/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/07/10 12:34:01 spz Exp $ + +SHA1 (File-Listing-6.02.tar.gz) = 022e3396bfcc3f8790dd81ddc89ae5903bf3a9f7 +RMD160 (File-Listing-6.02.tar.gz) = baf3e0c8be66a25d3a2cff98f054f5532b6f6d7e +Size (File-Listing-6.02.tar.gz) = 24234 bytes |