1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/pecl-vld/Makefile
2009-08-28 18:54:47 +00:00

25 lines
435 B
Makefile

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