20 lines
451 B
Makefile
20 lines
451 B
Makefile
# $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:devel/pear-channel-phing
|
|
RUN_DEPENDS+= ${PEARDIR}/.channels/pear.phing.info.reg:devel/pear-channel-phing
|
|
|
|
.include <bsd.port.mk>
|