diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-05-18 02:40:47 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-05-18 02:40:47 +0000 |
commit | a5997d204e4427ae31065997364bce15fcd083cc (patch) | |
tree | ff7ca66009bb90c661a01f31f1ce19b33276f8f7 /security/clamav/Makefile | |
parent | - update to 0.7.1 (diff) |
PR: 52226
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Maintainer update: Clam AntiVirus contains OAV database, but its database is
developed independently.
Pointed out by Tomasz Kojim <zolw@konarski.edu.pl>
developer of Clam AntiVirus
Diffstat (limited to 'security/clamav/Makefile')
-rw-r--r-- | security/clamav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 12000b66641c..4fe6a4c49129 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/stable/ MAINTAINER= markun@onohara.to -COMMENT= Command line virus scanner using database from OpenAntiVirus +COMMENT= Command line virus scanner written entirely in C RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ unarj:${PORTSDIR}/archivers/unarj \ |