From 42acd5bafbbdae5cf01a2fdd0cd0bd2c1a7d9d6d Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Thu, 25 Dec 2008 14:53:47 +0000 Subject: 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) --- mail/Makefile | 1 + mail/p5-Clamd/Makefile | 30 ++++++++++++++++++++++++++++++ mail/p5-Clamd/distinfo | 3 +++ mail/p5-Clamd/pkg-descr | 7 +++++++ 4 files changed, 41 insertions(+) create mode 100644 mail/p5-Clamd/Makefile create mode 100644 mail/p5-Clamd/distinfo create mode 100644 mail/p5-Clamd/pkg-descr (limited to 'mail') diff --git a/mail/Makefile b/mail/Makefile index 05abecb4d91d..559ecca29c13 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -308,6 +308,7 @@ SUBDIR += openwebmail SUBDIR += ovs SUBDIR += p3scan + SUBDIR += p5-Clamd SUBDIR += p5-Email-Abstract SUBDIR += p5-Email-Address SUBDIR += p5-Email-Date 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 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/ -- cgit v1.2.3