Lines 9-31
Link Here
|
9 |
PORTVERSION= 0.8.4 |
9 |
PORTVERSION= 0.8.4 |
10 |
CATEGORIES= security python |
10 |
CATEGORIES= security python |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
13 |
|
13 |
|
14 |
MAINTAINER= tony@pc-tony.com |
14 |
MAINTAINER= tony@pc-tony.com |
15 |
COMMENT= scans log files and bans IP that makes too many password failures. |
15 |
COMMENT= Scans log files and bans IP that makes too many password failures |
16 |
|
16 |
|
17 |
MAKE_JOBS_SAFE= yes |
17 |
MAKE_JOBS_SAFE= yes |
18 |
|
18 |
|
19 |
USE_BZIP2= yes |
19 |
USE_BZIP2= yes |
20 |
|
20 |
|
21 |
USE_PYTHON= 2.5-2.6 |
21 |
USE_PYTHON= 2.5-2.7 |
22 |
USE_PYDISTUTILS= yes |
22 |
USE_PYDISTUTILS= yes |
23 |
|
23 |
|
24 |
USE_RC_SUBR= fail2ban |
24 |
USE_RC_SUBR= fail2ban |
25 |
SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} |
25 |
SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} |
26 |
|
26 |
|
27 |
PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \ |
27 |
PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \ |
28 |
--install-data=${ETCDIR} |
28 |
--install-data=${ETCDIR} |
29 |
|
29 |
|
30 |
FILES= ${WRKSRC}/fail2ban-regex \ |
30 |
FILES= ${WRKSRC}/fail2ban-regex \ |
31 |
${WRKSRC}/man/fail2ban-client.1 \ |
31 |
${WRKSRC}/man/fail2ban-client.1 \ |