freebsd-ports/sysutils/pear-File_Find/Makefile
Martin Wilke d3fd1e414d - Update to 1.3.3
- Added LICENSE

PR:		188103
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 02:21:10 +00:00

20 lines
482 B
Makefile

# 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
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>