1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Mock Object library for PHPUnit

WWW:	https://github.com/sebastianbergmann/phpunit-mock-objects

PR:		ports/171842
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:	yes
This commit is contained in:
Pawel Pekala 2012-11-17 13:37:36 +00:00
parent 44792ce538
commit 2117f639c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307510
4 changed files with 36 additions and 0 deletions

View File

@ -3009,6 +3009,7 @@
SUBDIR += pear-PHPUnit
SUBDIR += pear-PHPUnit2
SUBDIR += pear-PHPUnit3
SUBDIR += pear-PHPUnit_MockObject
SUBDIR += pear-PHP_ArrayOf
SUBDIR += pear-PHP_Beautifier
SUBDIR += pear-PHP_CodeSniffer

View File

@ -0,0 +1,30 @@
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= PHPUnit_MockObject
PORTVERSION= 1.2.0
CATEGORIES= devel pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Mock Object library for PHPUnit
LICENSE= BSD
BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/Text/Template.php:${PORTSDIR}/textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \
${PEARDIR}/Text/Template.php:${PORTSDIR}/textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
PEAR_CHANNEL= phpunit
PEAR_AUTOINSTALL= yes
DEFAULT_PHP_VER=5
IGNORE_WITH_PHP=4
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (PEAR/PHPUnit_MockObject-1.2.0.tgz) = 61f4c05d5c04c1e654eb4d4a2332969fd06b51b2a6036eb75c04ac232ea0092d
SIZE (PEAR/PHPUnit_MockObject-1.2.0.tgz) = 20442

View File

@ -0,0 +1,3 @@
Mock Object library for PHPUnit
WWW: https://github.com/sebastianbergmann/phpunit-mock-objects