pkgsrc/textproc/pear-File_Find/Makefile
adrianp 11f09224e0 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.
2008-07-08 20:36:16 +00:00

12 lines
305 B
Makefile

# $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"