6c52583c8b
Reported by: pkg-fallout
20 lines
323 B
Makefile
20 lines
323 B
Makefile
# 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
|
|
IGNORE_WITH_PHP= 80
|
|
|
|
CONFIGURE_ARGS= --enable-vld
|
|
|
|
.include <bsd.port.mk>
|