Prune x11/xpra
[dports.git] / devel / pecl-vld / Makefile
1 # Created by: chinsan
2 # $FreeBSD$
3
4 PORTNAME=       vld
5 PORTVERSION=    0.14.0
6 CATEGORIES=     devel pear
7
8 MAINTAINER=     joneum@FreeBSD.org
9 COMMENT=        Dump the internal representation of PHP scripts
10
11 LICENSE=        BSD2CLAUSE
12
13 USES=           php:pecl
14 IGNORE_WITH_PHP=        70
15
16 CONFIGURE_ARGS= --enable-vld
17
18 .include <bsd.port.mk>