be476b45db
- Take maintainership Changes: https://pecl.php.net/package-changelog.php?package=vld
17 lines
294 B
Makefile
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>
|