blob: 8b167cd8274916cbe3c496d6aa04c39ddd03426a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= PHPUnit_MockObject
PORTVERSION= 1.2.2
CATEGORIES= devel pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-
MAINTAINER= gasol.wu@gmail.com
COMMENT= Mock Object library for PHPUnit
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/Text/Template.php:${PORTSDIR}/textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/Text/Template.php:${PORTSDIR}/textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
.include <bsd.port.mk>
|