diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-12-25 22:53:47 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-12-25 22:53:47 +0800 |
commit | b8320a20635952950561089ec4842af42ff72eb1 (patch) | |
tree | ac539bc11a949b8569c6cddc084912b224cdba05 /mail/p5-Clamd | |
parent | d0bf514bedea5ffca958069023a92cb96c19f471 (diff) | |
download | freebsd-ports-gnome-b8320a20635952950561089ec4842af42ff72eb1.tar.gz freebsd-ports-gnome-b8320a20635952950561089ec4842af42ff72eb1.tar.zst freebsd-ports-gnome-b8320a20635952950561089ec4842af42ff72eb1.zip |
A library for connecting to and sending commands to a local
clamd service - an anti-virus daemon process.
You can find more information about clam anti-virus at
http://www.clamav.org/
WWW: http://search.cpan.org/dist/Clamd/
Approved by: araujo (mentor, implicit)
Diffstat (limited to 'mail/p5-Clamd')
-rw-r--r-- | mail/p5-Clamd/Makefile | 30 | ||||
-rw-r--r-- | mail/p5-Clamd/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-Clamd/pkg-descr | 7 |
3 files changed, 40 insertions, 0 deletions
diff --git a/mail/p5-Clamd/Makefile b/mail/p5-Clamd/Makefile new file mode 100644 index 000000000000..7152ca43544b --- /dev/null +++ b/mail/p5-Clamd/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Clamd +# Date created: 23 December 2008 +# Whom: pgollucci@p6m7g8.com +# +# $FreeBSD$ +# + +PORTNAME= Clamd +PORTVERSION= 1.04 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSERGEANT +PKGNAMEPREFIX= p5- + +MAINTAINER= pgollucci@FreeBSD.org +COMMENT= Clamd - Connect to a local clamd service and send commands + +RUN_DEPENDS= clamd:${PORTSDIR}/security/clamav +BUILD_DEPENDS= ${RUN_DEPENDS} + +MAN3= Clamd.3 + +PERL_CONFIGURE= yes + +PLIST_FILES= %%SITE_PERL%%/Clamd.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clamd/.packlist + +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clamd + +.include <bsd.port.mk> diff --git a/mail/p5-Clamd/distinfo b/mail/p5-Clamd/distinfo new file mode 100644 index 000000000000..4b7980f7aa71 --- /dev/null +++ b/mail/p5-Clamd/distinfo @@ -0,0 +1,3 @@ +MD5 (Clamd-1.04.tar.gz) = 468057092f6ca0576b29a2da0d17b3c5 +SHA256 (Clamd-1.04.tar.gz) = 4ecc13ecfeabd5e2e6475e9e1a14cbd19feb25ab44e655bdb87aaf4de2156334 +SIZE (Clamd-1.04.tar.gz) = 5746 diff --git a/mail/p5-Clamd/pkg-descr b/mail/p5-Clamd/pkg-descr new file mode 100644 index 000000000000..dc9f5a04bca0 --- /dev/null +++ b/mail/p5-Clamd/pkg-descr @@ -0,0 +1,7 @@ +A library for connecting to and sending commands to a local +clamd service - an anti-virus daemon process. + +You can find more information about clam anti-virus at +http://www.clamav.org/ + +WWW: http://search.cpan.org/dist/Clamd/ |