mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
39703082de
+ update port: devel/pear-PHPUnit to 1.2.2 + changelog: http://pear.php.net/package/PHPUnit/download/1.2.2/ + update pkg-descr + request maintainership (almost 3 months without updates) asked maintainer for this. PR: ports/76912 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
28 lines
852 B
Makefile
28 lines
852 B
Makefile
# Ports collection makefile for: pear-PHPUnit
|
|
# Date created: 24 February 2004
|
|
# Whom: Gerrit Beine (<gerrit@beine-computer.de>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PHPUnit
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= tux@pinguru.net
|
|
COMMENT= PEAR regression testing framework for unit tests
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
FILES= PHPUnit.php PHPUnit/GUI/Gtk.php PHPUnit/GUI/HTML.php \
|
|
PHPUnit/GUI/HTML.tpl PHPUnit/GUI/SetupDecorator.php \
|
|
PHPUnit/Assert.php PHPUnit/RepeatedTest.php PHPUnit/Skeleton.php \
|
|
PHPUnit/TestCase.php PHPUnit/TestDecorator.php \
|
|
PHPUnit/TestFailure.php PHPUnit/TestListener.php \
|
|
PHPUnit/TestResult.php PHPUnit/TestSuite.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|