diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-25 14:53:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-12-25 14:53:47 +0000 |
commit | 42acd5bafbbdae5cf01a2fdd0cd0bd2c1a7d9d6d (patch) | |
tree | 9193491896665eac0b7ca39f55857b88e12c1344 /mail/p5-Clamd | |
parent | 2cc66472a430b53eaf38eb0fb69a5862d9f82c7c (diff) | |
download | ports-42acd5bafbbdae5cf01a2fdd0cd0bd2c1a7d9d6d.tar.gz ports-42acd5bafbbdae5cf01a2fdd0cd0bd2c1a7d9d6d.zip |
Notes
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/ |