blob: ead02801ea78706bec1f06fb21c7203e68ae94db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: chinsan
# $FreeBSD$
PORTNAME= vld
PORTVERSION= 0.17.0
CATEGORIES= devel pear
MAINTAINER= miwi@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>
|