ports/devel/pecl-vld/Makefile
2024-07-30 03:02:53 +08:00

17 lines
345 B
Makefile

PORTNAME= vld
PORTVERSION= 0.18.0
CATEGORIES= devel pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Dump the internal representation of PHP scripts
WWW= https://pecl.php.net/package/vld \
https://github.com/derickr/vld
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
CONFIGURE_ARGS= --enable-vld
.include <bsd.port.mk>