ports/devel/pear-PHPUnit_MockObject/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
630 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= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/Text/Template.php:textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
RUN_DEPENDS= ${PEARDIR}/Text/Template.php:textproc/pear-Text_Template \
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
USES= pear
PEAR_CHANNEL= phpunit
.include <bsd.port.mk>