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