32661e6d62
of filesystems. PR: ports/53328 Submitted by: Thierry Thomas <thierry@pompo.net>
28 lines
691 B
Makefile
28 lines
691 B
Makefile
# 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
|
|
CATEGORIES= sysutils www
|
|
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}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
|
|
|
|
do-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/Find.php ${PEARDIR}/File/Find.php
|
|
|
|
.include <bsd.port.post.mk>
|