|
Lines 1-8
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
PORTNAME= mod_security |
2 |
PORTNAME= mod_security |
| 3 |
DISTVERSION= 3.0.0 |
3 |
DISTVERSION= 3.0.2 |
| 4 |
PORTREVISION= 1 |
|
|
| 5 |
CATEGORIES= www security |
4 |
CATEGORIES= www security |
| 6 |
PKGNAMESUFFIX= 3 |
5 |
PKGNAMESUFFIX= 3 |
|
Lines 14-21
Link Here
|
| 14 |
LIB_DEPENDS= libcurl.so:ftp/curl \ |
13 |
LIB_DEPENDS= libcurl.so:ftp/curl \ |
| 15 |
libpcre.so:devel/pcre \ |
14 |
libpcre.so:devel/pcre \ |
| 16 |
libyajl.so:devel/yajl \ |
15 |
libyajl.so:devel/yajl \ |
| 17 |
libGeoIP.so:net/GeoIP |
16 |
libGeoIP.so:net/GeoIP \ |
|
|
17 |
libmaxminddb.so:net/libmaxminddb |
| 18 |
DISTVERSIONPREFIX= v |
| 19 |
|
| 18 |
USES= gmake autoreconf libtool pkgconfig:build |
20 |
USES= gmake autoreconf libtool pkgconfig:build |
| 19 |
USE_GNOME= libxml2 |
21 |
USE_GNOME= libxml2 |
| 20 |
# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 |
22 |
# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 |
|
Lines 26-39
Link Here
|
| 26 |
USE_GITHUB= yes |
28 |
USE_GITHUB= yes |
| 27 |
GH_ACCOUNT= SpiderLabs |
29 |
GH_ACCOUNT= SpiderLabs |
| 28 |
GH_PROJECT= ModSecurity |
30 |
GH_PROJECT= ModSecurity |
| 29 |
GH_TAGNAME= 0508395 |
31 |
GH_TUPLE+= SpiderLabs:secrules-language-tests:e6b03e4:secrules_language_tests/test/test-cases/secrules-language-tests |
| 30 |
GH_TUPLE+= SpiderLabs:secrules-language-tests:add8f63:secrules_language_tests/test/test-cases/secrules-language-tests |
32 |
GH_TUPLE+= client9:libinjection:bf234eb:libinjection/others/libinjection |
| 31 |
GH_TUPLE+= client9:libinjection:da027ab:libinjection/others/libinjection |
|
|
| 32 |
GH_TUPLE+= SpiderLabs:ModSecurity-Python-bindings:bc625d5:modsecurity_python_bindings/bindings/python |
33 |
GH_TUPLE+= SpiderLabs:ModSecurity-Python-bindings:bc625d5:modsecurity_python_bindings/bindings/python |
| 33 |
ETCDIR= ${PREFIX}/etc/modsecurity |
34 |
ETCDIR= ${PREFIX}/etc/modsecurity |
|
|
35 |
INSTALL_TARGET= install-strip |
| 36 |
|
| 34 |
post-install: |
37 |
post-install: |
| 35 |
@${MKDIR} ${STAGEDIR}${ETCDIR} |
38 |
@${MKDIR} ${STAGEDIR}${ETCDIR} |
| 36 |
${INSTALL_DATA} ${WRKSRC}/modsecurity.conf-recommended \ |
39 |
${INSTALL_DATA} ${WRKSRC}/modsecurity.conf-recommended \ |