Lines 14-21
Link Here
|
14 |
MAINTAINER= max@love2party.net |
14 |
MAINTAINER= max@love2party.net |
15 |
COMMENT= Traps spammers with a very slow smtp-login and return 4xx error |
15 |
COMMENT= Traps spammers with a very slow smtp-login and return 4xx error |
16 |
|
16 |
|
17 |
RUN_DEPENDS= ${LOCALBASE}/sbin/pfctl:${PORTSDIR}/security/pf |
|
|
18 |
|
19 |
.if !defined(BATCH) && !defined(PACKAGE_BUILDING) |
17 |
.if !defined(BATCH) && !defined(PACKAGE_BUILDING) |
20 |
IS_INTERACTIVE= yes |
18 |
IS_INTERACTIVE= yes |
21 |
.endif |
19 |
.endif |
Lines 34-39
Link Here
|
34 |
|
32 |
|
35 |
.if ${OSVERSION} < 500000 |
33 |
.if ${OSVERSION} < 500000 |
36 |
IGNORE= "Only for 5.0 and above" |
34 |
IGNORE= "Only for 5.0 and above" |
|
|
35 |
.endif |
36 |
|
37 |
.if ${OSVERSION} < 502106 |
38 |
RUN_DEPENDS= ${LOCALBASE}/sbin/pfctl:${PORTSDIR}/security/pf |
37 |
.endif |
39 |
.endif |
38 |
|
40 |
|
39 |
post-patch: |
41 |
post-patch: |