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

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>