aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-04 23:49:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-04 23:49:59 +0000
commitaa8374f74578b6e690bd85b6192bc3083b1683ad (patch)
tree010f7b5968640059161ba972e737bee023ab6df0
parent5f1c19be0f9b6504271b2dfd76bc4e395450e943 (diff)
downloadports-aa8374f74578b6e690bd85b6192bc3083b1683ad.tar.gz
ports-aa8374f74578b6e690bd85b6192bc3083b1683ad.zip
MFH: r380204
- Fix shebangs - Add missing run-dependency on bash Approved by: ports-secteam (delphij)
Notes
Notes: svn path=/branches/2015Q1/; revision=380465
-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>