mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
7988e5f8ab
Changelog: - Preliminary PHP 7.4 support Sponsored by: Netzkommune GmbH
19 lines
305 B
Makefile
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>
|