blob: 0dd04229b41b8071b82944f1f9319ca68845fb55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|