freebsd-ports/devel/pear-PHPUnit_MockObject/Makefile
2014-09-23 15:15:04 +00:00

23 lines
671 B
Makefile

# 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= BSD
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>