mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
324 B
Makefile
17 lines
324 B
Makefile
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
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
PEAR_CHANNEL= phing
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|