diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-24 18:39:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-24 18:39:13 +0000 |
commit | bc7d3b6da89bef90bba5e515b2de337a27592bd4 (patch) | |
tree | bb84b172a2ca81267ca0784619807f24896c6485 /devel/p5-File-Find-Rule | |
parent | a726fe667eed9abd3a4cf847ae2d4766fdb0f318 (diff) | |
download | pkgsrc-bc7d3b6da89bef90bba5e515b2de337a27592bd4.tar.gz |
Import p5-File-Find-Rule-0.28 from pkgsrc-wip, packaged by
Hiramatsu Yoshifumi.
File::Find::Rule is a friendlier interface to File::Find. It allows
you to build rules which specify the desired files and directories.
Diffstat (limited to 'devel/p5-File-Find-Rule')
-rw-r--r-- | devel/p5-File-Find-Rule/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-File-Find-Rule/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-File-Find-Rule/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-File-Find-Rule/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-File-Find-Rule/DESCR b/devel/p5-File-Find-Rule/DESCR new file mode 100644 index 00000000000..e9980fff61e --- /dev/null +++ b/devel/p5-File-Find-Rule/DESCR @@ -0,0 +1,2 @@ +File::Find::Rule is a friendlier interface to File::Find. It allows +you to build rules which specify the desired files and directories. diff --git a/devel/p5-File-Find-Rule/Makefile b/devel/p5-File-Find-Rule/Makefile new file mode 100644 index 00000000000..441499d9a2c --- /dev/null +++ b/devel/p5-File-Find-Rule/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 18:39:13 wiz Exp $ + +DISTNAME= File-Find-Rule-0.28 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5ffr +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= hiramatu@boreas.dti.ne.jp +HOMEPAGE= http://search.cpan.org/dist/File-Find-Rule/ +COMMENT= Alternative interface to File::Find + +DEPENDS+= p5-Number-Compare>=0.01:../../math/p5-Number-Compare +DEPENDS+= p5-Text-Glob>=0.06:../../textproc/p5-Text-Glob + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/Find/Rule/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-Find-Rule/PLIST b/devel/p5-File-Find-Rule/PLIST new file mode 100644 index 00000000000..2c0a641b3c2 --- /dev/null +++ b/devel/p5-File-Find-Rule/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 18:39:13 wiz Exp $ diff --git a/devel/p5-File-Find-Rule/distinfo b/devel/p5-File-Find-Rule/distinfo new file mode 100644 index 00000000000..02e2af827d8 --- /dev/null +++ b/devel/p5-File-Find-Rule/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/06/24 18:39:13 wiz Exp $ + +SHA1 (File-Find-Rule-0.28.tar.gz) = 050d8451b68b4d73f8e4133f82b19c38ae6dcbb9 +RMD160 (File-Find-Rule-0.28.tar.gz) = bf092b8560008aeab407ff8dcf8a841019eb39aa +Size (File-Find-Rule-0.28.tar.gz) = 14391 bytes |