aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-vld/Makefile
blob: 7d941c729b7676f2186f7aedfbc0698cfaa2f578 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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=	miwi@FreeBSD.org
COMMENT=	Dump the internal representation of PHP scripts

LICENSE=	BSD2CLAUSE

USES=		tar:tgz
USE_PHP=	yes
USE_PHPEXT=	yes
IGNORE_WITH_PHP=	70

CONFIGURE_ARGS=	--enable-vld

.include <bsd.port.mk>