1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

nce/frontaccounting: Convert to USES=php

Approved by:    infrastructure modernization blanket
This commit is contained in:
Bernard Spil 2018-04-08 11:57:50 +00:00
parent 7ec325fa69
commit edc41da735
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466794

View File

@ -26,26 +26,17 @@ OPTIONS_DEFAULT= APACHE MYSQL_SERVER
MYSQL_SERVER_DESC= MySQL server support
NGINX_DESC= NGINX web server
APACHE_USES= apache:run,2.2+ php:web
LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
LIGHTTPD_USES= php:web
NGINX_RUN_DEPENDS= nginx:www/nginx
NGINX_USES= php:web
MYSQL_SERVER_USE= MYSQL=server
APACHE_USE= APACHE_RUN=22+
NLS_USES= gettext
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAPACHE}
WANT_PHP_WEB=yes
.endif
.if ${PORT_OPTIONS:MLIGHTTPD}
WANT_PHP_WEB=yes
.endif
.if ${PORT_OPTIONS:MNGINX}
WANT_PHP_WEB=yes
.endif
.if !${PORT_OPTIONS:MDOCS}
PORTDOCSARGS= '-not -path "./doc*"'
.endif