Convert to new optionsframework
portlint
This commit is contained in:
parent
2be695098a
commit
e777d0d7d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298958
@ -15,11 +15,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Nginx embeded perl module to read and evaluate a request body
|
||||
|
||||
OPTIONS= NGINX_DEVEL "Use nginx-devel" off
|
||||
OPTIONS_DEFINE= NGINX_DEVEL
|
||||
NGINX_DEVEL_DESC= Use nginx-devel
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_NGINX_DEVEL)
|
||||
.if ${PORT_OPTIONS:MNGINX_DEVEL}
|
||||
RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx-devel
|
||||
.else
|
||||
RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx
|
||||
|
@ -5,4 +5,3 @@ WARNING:
|
||||
with HTTP_PERL_MODULE support
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user