freebsd-ports/devel/pecl-vld/Makefile

22 lines
378 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= vld
PORTVERSION= 0.13.0
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= ports@FreeBSD.org
COMMENT= Dump the internal representation of PHP scripts
LICENSE= BSD2CLAUSE
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-vld
.include <bsd.port.mk>