fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
19 lines
406 B
Makefile
19 lines
406 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Var_Dump
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Provides methods for dumping structured information about a variable
|
|
|
|
LICENSE= PHP30
|
|
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
USES= pear shebangfix
|
|
SHEBANG_FILES= scripts/gen_php_doc.sh
|
|
|
|
.include <bsd.port.mk>
|