freebsd-ports/devel/pear-phing/Makefile
Antoine Brodin 2a7dd78bf9 Stage support for pear classes and channels in the devel category
Reviewed by:	bapt, ports@
Tested with:	poudriere + diff on the content of generated packages
2013-11-08 21:41:53 +00:00

23 lines
583 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
PEAR_AUTOINSTALL= yes
IGNORE_WITH_PHP=52
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.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>