freebsd-ports/devel/pear-SebastianBergmann_FinderFacade/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

25 lines
831 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= FinderFacade
PORTVERSION= 1.1.0
CATEGORIES= devel pear
MASTER_SITES= http://pear.phpunit.de/get/
PKGNAMEPREFIX= pear-SebastianBergmann_
MAINTAINER= gasol.wu@gmail.com
COMMENT= Convenience wrapper for Symfony's Finder component
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= pear-TheSeer_fDOMDocument>=1.3.1:devel/pear-TheSeer_fDOMDocument \
pear-Symfony_Component_Finder>=2.2.0:devel/pear-Symfony_Component_Finder \
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
RUN_DEPENDS= pear-TheSeer_fDOMDocument>=1.3.1:devel/pear-TheSeer_fDOMDocument \
pear-Symfony_Component_Finder>=2.2.0:devel/pear-Symfony_Component_Finder \
${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
PEAR_CHANNEL= phpunit
USES= pear
.include <bsd.port.mk>