summaryrefslogtreecommitdiff
path: root/sysutils/pear-File_Find/Makefile
blob: 8bd7fce9bee0b1ab20e638eeb529b773be31c3ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	File_Find
PORTVERSION=	1.3.3
CATEGORIES=	sysutils www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR class that facilitates the search of filesystems
WWW=		https://pear.php.net/package/File_Find

LICENSE=	PHP301

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>