Convert to new optionsframework

portlint
This commit is contained in:
Tilman Keskinoz 2012-06-10 16:36:00 +00:00
parent 2be695098a
commit e777d0d7d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298958
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -5,4 +5,3 @@ WARNING:
with HTTP_PERL_MODULE support
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *