Lines 1-8
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD: head/security/modsecurity3-nginx/Makefile 522880 2020-01-13 12:04:19Z pkubaj $ |
2 |
|
2 |
|
3 |
PORTNAME= modsecurity3-nginx |
3 |
PORTNAME= modsecurity3-nginx |
4 |
DISTVERSION= g20181129 |
4 |
DISTVERSION= 1.0.1 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= security www |
5 |
CATEGORIES= security www |
7 |
MASTER_SITES= http://nginx.org/download/ |
6 |
MASTER_SITES= http://nginx.org/download/ |
8 |
DISTFILES= ${_NGINX_DISTNAME}${EXTRACT_SUFX} |
7 |
DISTFILES= ${_NGINX_DISTNAME}${EXTRACT_SUFX} |
Lines 17-23
LIB_DEPENDS= libmodsecurity.so:security/modsecurity3
Link Here
|
17 |
|
16 |
|
18 |
USES= compiler:c11 |
17 |
USES= compiler:c11 |
19 |
USE_GITHUB= nodefault |
18 |
USE_GITHUB= nodefault |
20 |
GH_TUPLE= SpiderLabs:ModSecurity-nginx:d7101e1:modsecurity3 |
19 |
GH_TUPLE= SpiderLabs:ModSecurity-nginx:v1.0.1:modsecurity3 |
21 |
|
20 |
|
22 |
HAS_CONFIGURE= yes |
21 |
HAS_CONFIGURE= yes |
23 |
# Most arguments should be derived from www/nginx's Makefile to be in sync |
22 |
# Most arguments should be derived from www/nginx's Makefile to be in sync |
Lines 80-86
_NGINX_TMPDIR= ${_NGINX_VARDIR}/tmp/nginx
Link Here
|
80 |
_NGINX_VARDIR= /var |
79 |
_NGINX_VARDIR= /var |
81 |
|
80 |
|
82 |
_NGINX_PORTNAME= nginx |
81 |
_NGINX_PORTNAME= nginx |
83 |
_NGINX_PORTVERSION= 1.16.0 |
82 |
_NGINX_PORTVERSION= 1.16.1 |
84 |
_NGINX_DISTNAME= ${_NGINX_PORTNAME}-${_NGINX_PORTVERSION} |
83 |
_NGINX_DISTNAME= ${_NGINX_PORTNAME}-${_NGINX_PORTVERSION} |
85 |
|
84 |
|
86 |
do-install: |
85 |
do-install: |