freebsd-ports/devel/pecl-vld/Makefile
2021-05-05 03:14:56 +08:00

17 lines
294 B
Makefile

# Created by: chinsan
PORTNAME= vld
PORTVERSION= 0.17.1
CATEGORIES= devel pear
MAINTAINER= sunpoet@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>