aboutsummaryrefslogtreecommitdiff
path: root/sysutils/froxlor
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-04-08 12:41:36 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-04-08 12:41:36 +0000
commit9ecf04b2f459fe972b049bef29c5b92aa0a7b0b6 (patch)
tree4dd4c1a377c943dd7b92e7ecb3ff6c4238084a92 /sysutils/froxlor
parent70cf3cded51569ca0e61b2c42dd983685b3c564a (diff)
downloadports-9ecf04b2f459fe972b049bef29c5b92aa0a7b0b6.tar.gz
ports-9ecf04b2f459fe972b049bef29c5b92aa0a7b0b6.zip
sysutils/froxlor: Convert to USES=php
Approved by: infrastructure modernization blanket
Notes
Notes: svn path=/head/; revision=466799
Diffstat (limited to 'sysutils/froxlor')
-rw-r--r--sysutils/froxlor/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/sysutils/froxlor/Makefile b/sysutils/froxlor/Makefile
index 284c3515610a..db373440c1c6 100644
--- a/sysutils/froxlor/Makefile
+++ b/sysutils/froxlor/Makefile
@@ -20,7 +20,7 @@ PLIST_SUB+= ${SUB_LIST}
USE_PHP= bcmath curl filter ftp json pdo_mysql posix session xml zip
-WANT_PHP_CLI= yes
+USES= php:cli
NO_ARCH= yes
NO_BUILD= yes
@@ -96,21 +96,15 @@ LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
NGINX_RUN_DEPENDS= nginx:www/nginx
-APACHE_USE= yes
+APACHE_USES= apache php:mod
-MYSQLS_USE= MYSQL=server
+MYSQL_USES= mysql:server
PCNTL_USE= PHP=pcntl
NLS_USES= gettext-runtime:run
NLS_USE= PHP=gettext
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MAPACHE}
-WANT_PHP_MOD= yes
-.endif
-
do-install:
cd ${WRKDIR}/${PORTNAME} && \
${FIND} . ! -name .gitignore | \