1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/pecl-vld/Makefile
Jochen Neumeister 7988e5f8ab Update to 0.16.0
Changelog:
 - Preliminary PHP 7.4 support

Sponsored by:	Netzkommune GmbH
2019-06-17 07:22:06 +00:00

19 lines
305 B
Makefile

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