1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/pecl-vld/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

19 lines
293 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= vld
PORTVERSION= 0.14.0
CATEGORIES= devel pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Dump the internal representation of PHP scripts
LICENSE= BSD2CLAUSE
USES= php:pecl
IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-vld
.include <bsd.port.mk>