summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-01-01 13:20:58 +0000
committerRene Ladan <rene@FreeBSD.org>2019-01-01 13:20:58 +0000
commit60d4a182769a1ddb2c9652cebe883d6f8e3ac5f7 (patch)
tree31eec1c2fa6038b1eacd23deacd881e1c7aa8d46
parentUnregister PHP 5.6 which expired today. (diff)
devel/gitphp: remove support for PHP 5.6
Notes
Notes: svn path=/head/; revision=488885
-rw-r--r--devel/gitphp/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/gitphp/Makefile b/devel/gitphp/Makefile
index 847c259fe2a9..f5208fe3a215 100644
--- a/devel/gitphp/Makefile
+++ b/devel/gitphp/Makefile
@@ -13,19 +13,14 @@ LICENSE= GPLv2
USES= gettext php:web tar:bzip2
USE_PHP= bz2 fileinfo mbstring memcache posix simplexml spl zlib
+
NO_ARCH= yes
NO_BUILD= yes
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
SUB_FILES= pkg-message
-.include <bsd.port.pre.mk>
-
-.if (${PHP_VER} < 70)
-RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:textproc/pecl-xdiff@${PHP_FLAVOR}
-.else
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:textproc/pecl-xdiff2@${PHP_FLAVOR}
-.endif
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
@@ -33,4 +28,4 @@ do-install:
&& ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 644 {} +
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>