pkgsrc-wip/pear-PHP_Invoker/Makefile

18 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/02/11 21:04:09 noud4 Exp $
#
DISTNAME= PHP_Invoker-1.1.3
CATEGORIES= devel
MASTER_SITES+= http://pear.phpunit.de/get/
MAINTAINER= noud4@users.sourceforge.net
HOMEPAGE= http://pear.phpunit.de/
COMMENT= Utility class for invoking callables with a timeout
LICENSE= modified-bsd
DEPENDS+= ${PHP_PKG_PREFIX}-pear-PHP_Timer>=1.0.4:../../wip/pear-PHP_Timer
DEPENDS+= ${PHP_PKG_PREFIX}-pcntl-[0-9]*:../../devel/php-pcntl
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"