aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-Var_Dump/Makefile
blob: 622afaa29f3558eba1fb44d1a166459b4cc0aac1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Var_Dump
PORTVERSION=	1.0.4
PORTREVISION=	1
CATEGORIES=	devel www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Provides methods for dumping structured information about a variable
WWW=		https://pear.php.net/package/Var_Dump

LICENSE=	PHP30

RUN_DEPENDS=	bash:shells/bash

USES=		pear shebangfix
SHEBANG_FILES=	scripts/gen_php_doc.sh

CONFLICTS_INSTALL=	php*-pear-Var_Dump

.include <bsd.port.mk>