17 lines
304 B
Makefile
17 lines
304 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= phing
|
|
PORTVERSION= 2.6.1
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pear.phing.info/get/
|
|
PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= PHP project build system based on Apache Ant
|
|
|
|
LICENSE= LGPL3
|
|
|
|
PEAR_CHANNEL= phing
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|