pkgsrc-wip/PHPUnit/Makefile

19 lines
550 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1.1.1 2010/08/25 08:05:51 obache Exp $
DISTNAME= PHPUnit-3.4.15
CATEGORIES+= devel
MASTER_SITES= http://pear.phpunit.de/get/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.phpunit.de/
COMMENT= PHP regression testing framework for unit tests
LICENSE= modified-bsd
BUILD_DEPENDS+= ${PHP_PKG_PREFIX}-pear-channel-phpunit-[0-9]*:../../wip/pear-channel-phpunit
DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../wip/mk/pear.mk"
.include "../../mk/bsd.pkg.mk"