2013-03-02 12:53:19 +01:00
|
|
|
# Created by: Thierry Thomas <thierry@pompo.net>
|
2003-06-17 17:49:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= File_Find
|
2014-04-26 04:21:10 +02:00
|
|
|
PORTVERSION= 1.3.3
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= sysutils www pear
|
2003-06-17 17:49:22 +02:00
|
|
|
|
2007-04-27 22:45:52 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= PEAR class that facilitates the search of filesystems
|
2003-06-17 17:49:22 +02:00
|
|
|
|
2014-04-26 04:21:10 +02:00
|
|
|
LICENSE= PHP301
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-02 12:53:19 +01:00
|
|
|
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2003-06-17 17:49:22 +02:00
|
|
|
|
2013-03-02 12:53:19 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2003-06-17 17:49:22 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-06-17 17:49:22 +02:00
|
|
|
.include <bsd.port.post.mk>
|