|
Lines 7-13
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= mod_clamav |
8 |
PORTNAME= mod_clamav |
| 9 |
PORTVERSION= 0.23 |
9 |
PORTVERSION= 0.23 |
| 10 |
PORTREVISION= 3 |
10 |
PORTREVISION= 4 |
| 11 |
CATEGORIES= www security |
11 |
CATEGORIES= www security |
| 12 |
MASTER_SITES= http://software.othello.ch/mod_clamav/ \ |
12 |
MASTER_SITES= http://software.othello.ch/mod_clamav/ \ |
| 13 |
http://www.kommunity.net/download/mod_clamav/ |
13 |
http://www.kommunity.net/download/mod_clamav/ |
|
Lines 16-27
Link Here
|
| 16 |
MAINTAINER= tmueko@kommunity.net |
16 |
MAINTAINER= tmueko@kommunity.net |
| 17 |
COMMENT= Scans content delivered by the Apache20 proxy module for viruses |
17 |
COMMENT= Scans content delivered by the Apache20 proxy module for viruses |
| 18 |
|
18 |
|
| 19 |
MAKE_JOBS_SAFE= yes |
19 |
MAKE_JOBS_SAFE= yes |
| 20 |
|
20 |
|
| 21 |
USE_AUTOTOOLS= libtool:22 |
21 |
USE_AUTOTOOLS= libtool:22 |
| 22 |
USE_APACHE= 2.2 |
22 |
USE_APACHE= 2.2 |
| 23 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
| 24 |
|
24 |
|
|
|
25 |
OPTIONS= CLAMAVDEVEL "Use development version of CLAMAV" off |
| 26 |
|
| 27 |
.include <bsd.port.options.mk> |
| 28 |
|
| 25 |
.if defined(WITH_CLAMAVDEVEL) |
29 |
.if defined(WITH_CLAMAVDEVEL) |
| 26 |
LIB_DEPENDS+= clamav.7:${PORTSDIR}/security/clamav-devel |
30 |
LIB_DEPENDS+= clamav.7:${PORTSDIR}/security/clamav-devel |
| 27 |
.else |
31 |
.else |