freebsd-ports/sysutils/pear-File_Find/Makefile

19 lines
465 B
Makefile
Raw Normal View History

2013-03-02 12:53:19 +01:00
# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= File_Find
2011-02-26 09:58:23 +01:00
PORTVERSION= 1.3.1
CATEGORIES= sysutils www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class that facilitates the search of filesystems
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
2013-03-02 12:53:19 +01:00
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
2013-03-02 12:53:19 +01:00
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>