aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Var_Dump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pear-Var_Dump/Makefile')
-rw-r--r--devel/pear-Var_Dump/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/pear-Var_Dump/Makefile b/devel/pear-Var_Dump/Makefile
index cb02d91f036f..56afdb4619c9 100644
--- a/devel/pear-Var_Dump/Makefile
+++ b/devel/pear-Var_Dump/Makefile
@@ -3,11 +3,17 @@
PORTNAME= Var_Dump
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides methods for dumping structured information about a variable
-USES= pear
+LICENSE= PHP30
+
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
+
+USES= pear shebangfix
+SHEBANG_FILES= scripts/gen_php_doc.sh
.include <bsd.port.mk>