freebsd-ports/devel/pecl-vld/Makefile
Rong-En Fan 61c0ea807c Add pecl-vld 0.8.0, dump the internal representation of PHP scripts.
PR:		ports/109857
Submitted by:	chinsan
2007-03-06 07:31:49 +00:00

24 lines
438 B
Makefile

# New ports collection makefile for: pecl-vld
# Date created: 2007/03/02
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= vld
PORTVERSION= 0.8.0
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Dump the internal representation of PHP scripts
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-vld
.include <bsd.port.mk>