mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
devel/gitphp: remove support for PHP 5.6
This commit is contained in:
parent
70e3c3f124
commit
67250aa4e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488739
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user