mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
17 lines
345 B
Makefile
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>
|