freebsd-ports/sysutils/pear-File_Find/Makefile

21 lines
482 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
PORTVERSION= 1.3.3
CATEGORIES= sysutils www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class that facilitates the search of filesystems
LICENSE= PHP301
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>