diff options
author | leeym <leeym@FreeBSD.org> | 2004-10-16 09:26:41 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-10-16 09:26:41 +0800 |
commit | 25a5ace978a43b9c607a6a080ff5d8884b5e4dfc (patch) | |
tree | eb606fa2eda08c05e3a422f72dc5acaca8fa56f3 /security/Makefile | |
parent | 9d210accbbe79472c1b436b23aed15327937a9cf (diff) | |
download | freebsd-ports-gnome-25a5ace978a43b9c607a6a080ff5d8884b5e4dfc.tar.gz freebsd-ports-gnome-25a5ace978a43b9c607a6a080ff5d8884b5e4dfc.tar.zst freebsd-ports-gnome-25a5ace978a43b9c607a6a080ff5d8884b5e4dfc.zip |
Add clamassassin
Clamassassin is a simple virus filter wrapper for ClamAV for use in procmail
filters and similiar applications. Clamassassin's interface is similiar to
that of spamassassin, making it easy to implement for those familiar with
that tool. Clamassassin is designed with an emphasis on security, robustness
and simplicity.
PR: 72698
Submitted by: Matt <matt@xtaz.net>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 321115775117..4c961bea7cda 100644 --- a/security/Makefile +++ b/security/Makefile @@ -42,6 +42,7 @@ SUBDIR += chkrootkit SUBDIR += chrootuid SUBDIR += cksfv + SUBDIR += clamassassin SUBDIR += clamav SUBDIR += clamav-devel SUBDIR += clamsmtp |