Prune devel/py-EnthoughtBase
[dports.git] / devel / pear-phing / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       phing
4 PORTVERSION=    2.6.1
5 CATEGORIES=     devel pear
6 MASTER_SITES=   http://pear.phing.info/get/
7 PKGNAMEPREFIX=  pear-
8
9 MAINTAINER=     mm@FreeBSD.org
10 COMMENT=        PHP project build system based on Apache Ant
11
12 LICENSE=        LGPL3
13
14 PEAR_CHANNEL=   phing
15 USES=   pear
16
17 BUILD_DEPENDS+= ${PEARDIR}/.channels/pear.phing.info.reg:${PORTSDIR}/devel/pear-channel-phing
18 RUN_DEPENDS+= ${PEARDIR}/.channels/pear.phing.info.reg:${PORTSDIR}/devel/pear-channel-phing
19
20 .include <bsd.port.mk>