627878e833
-- PHPUnit is a regression testing framework used for implementing the unit tests in the PHP source. It is based upon JUnit, which can be found at http://www.junit.org/
23 lines
460 B
Makefile
23 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/24 18:39:25 avsm Exp $
|
|
|
|
COMMENT= "regression testing framework for PHP"
|
|
|
|
V= 0.6.1
|
|
DISTNAME= PHPUnit-${V}
|
|
PKGNAME= pear-${DISTNAME}
|
|
CATEGORIES= devel pear
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
MODULES= pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|