From 11f09224e0bbf3addac3bf0e960dacb7efce1335 Mon Sep 17 00:00:00 2001 From: adrianp Date: Tue, 8 Jul 2008 20:36:16 +0000 Subject: File_Find, created as a replacement for its Perl counterpart, also named File_Find, is a directory searcher, which handles, globbing, recursive directory searching, as well as a slew of other cool features. --- textproc/pear-File_Find/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 textproc/pear-File_Find/Makefile (limited to 'textproc/pear-File_Find/Makefile') diff --git a/textproc/pear-File_Find/Makefile b/textproc/pear-File_Find/Makefile new file mode 100644 index 00000000000..0dd04229b41 --- /dev/null +++ b/textproc/pear-File_Find/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/08 20:36:16 adrianp Exp $ + +DISTNAME= File_Find-1.3.0 +CATEGORIES+= sysutils + +MAINTAINER= adrianp@NetBSD.org +COMMENT= A Class the facilitates the search of filesystems + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3