2003-06-17 17:49:22 +02:00
|
|
|
# Ports collection makefile for: pear-File_Find
|
|
|
|
# Date created: 29 November 2002
|
|
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= File_Find
|
|
|
|
PORTVERSION= 0.2.0
|
2003-12-28 08:55:47 +01:00
|
|
|
PORTREVISION= 1
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= sysutils www pear
|
2003-06-17 17:49:22 +02:00
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
|
|
PKGNAMEPREFIX= pear-
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
DIST_SUBDIR= PEAR
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= A PEAR Class to facilitate the search of filesystems
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= File
|
|
|
|
FILES= Find.php
|
2003-06-17 17:49:22 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
2003-06-17 17:49:22 +02:00
|
|
|
.include <bsd.port.post.mk>
|