diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-03-22 18:01:38 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-03-22 18:01:38 +0000 |
commit | 1f6c7a42888a520c405d26329b8954a1dc703768 (patch) | |
tree | 492eaedcae5fc7505dc73c6bcbf680acf634305d /devel/p5-File-Finder | |
parent | 092e9e68127d5ba011798f263ca3ca4f7e7bb500 (diff) | |
download | ports-1f6c7a42888a520c405d26329b8954a1dc703768.tar.gz ports-1f6c7a42888a520c405d26329b8954a1dc703768.zip |
Notes
Diffstat (limited to 'devel/p5-File-Finder')
-rw-r--r-- | devel/p5-File-Finder/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-File-Finder/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-File-Finder/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-File-Finder/pkg-plist | 8 |
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/p5-File-Finder/Makefile b/devel/p5-File-Finder/Makefile new file mode 100644 index 000000000000..ed49ad290bc6 --- /dev/null +++ b/devel/p5-File-Finder/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: devel/p5-File-Finder +# Date created: Mar 21 2007 +# Whom: lth@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= File-Finder +PORTVERSION= 0.53 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Nice wrapper for File::Find ala find(1) + +RUN_DEPENDS= p5-Text-Glob>0:${PORTSDIR}/textproc/p5-Text-Glob +BUILD_DEPENDS= ${RUN_DEPENDS} + +MAN3= File::Finder.3 \ + File::Finder::Steps.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/p5-File-Finder/distinfo b/devel/p5-File-Finder/distinfo new file mode 100644 index 000000000000..db24638628ad --- /dev/null +++ b/devel/p5-File-Finder/distinfo @@ -0,0 +1,3 @@ +MD5 (File-Finder-0.53.tar.gz) = 92898b39fc36e4a8c82e8c0484e29271 +SHA256 (File-Finder-0.53.tar.gz) = 2ecbc19ac67a9e635c872a807a8d3eaaff5babc054f15a191d47cdfc5f176a74 +SIZE (File-Finder-0.53.tar.gz) = 14485 diff --git a/devel/p5-File-Finder/pkg-descr b/devel/p5-File-Finder/pkg-descr new file mode 100644 index 000000000000..b47704da0ee6 --- /dev/null +++ b/devel/p5-File-Finder/pkg-descr @@ -0,0 +1,5 @@ +File::Find is great, but constructing the wanted routine can sometimes +be a pain. This module provides a wanted-writer, using syntax that +is directly mappable to the find command's syntax. + +WWW: http://search.cpan.org/dist/File-Finder/ diff --git a/devel/p5-File-Finder/pkg-plist b/devel/p5-File-Finder/pkg-plist new file mode 100644 index 000000000000..76d1f77e8bfb --- /dev/null +++ b/devel/p5-File-Finder/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/File/Finder.pm +%%SITE_PERL%%/File/Finder/Steps.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Finder/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Finder +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/File/Finder +@dirrmtry %%SITE_PERL%%/File |