From e0d2962599f3cb8af7cb20e9182cab29641b1336 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 8 Dec 2003 15:39:57 +0000 Subject: Initial import of p5-Mail-ClamAV 0.04 into the NetBSD Packages Collection. Clam AntiVirus is an anti-virus toolkit for UNIX. This module provides a simple interface to it's C API. --- mail/p5-Mail-ClamAV/DESCR | 2 ++ mail/p5-Mail-ClamAV/Makefile | 29 +++++++++++++++++++++++++++++ mail/p5-Mail-ClamAV/PLIST | 1 + mail/p5-Mail-ClamAV/distinfo | 4 ++++ 4 files changed, 36 insertions(+) create mode 100644 mail/p5-Mail-ClamAV/DESCR create mode 100644 mail/p5-Mail-ClamAV/Makefile create mode 100644 mail/p5-Mail-ClamAV/PLIST create mode 100644 mail/p5-Mail-ClamAV/distinfo (limited to 'mail/p5-Mail-ClamAV') diff --git a/mail/p5-Mail-ClamAV/DESCR b/mail/p5-Mail-ClamAV/DESCR new file mode 100644 index 00000000000..53c99d2652d --- /dev/null +++ b/mail/p5-Mail-ClamAV/DESCR @@ -0,0 +1,2 @@ +Clam AntiVirus is an anti-virus toolkit for UNIX. This module provides +a simple interface to it's C API. diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile new file mode 100644 index 00000000000..246d056771f --- /dev/null +++ b/mail/p5-Mail-ClamAV/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/08 15:39:57 grant Exp $ + +DISTNAME= Mail-ClamAV-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl5 module for mail/clamav virus scanner + +DEPENDS+= p5-Inline>=0.40:../../devel/p5-Inline + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/ClamAV/.packlist + +# avoid having PERL5_SITELIB, PERL5_SITEARCH and PERL5_ARCHLIB set in +# the environment, which confuses the 'install' target of modules +# which use Inline, such as this one. +# +# XXX do these environment variables really need to be set in targets +# XXX other than 'install'? +do-build: + @cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${ALL_TARGET} + +.include "../../lang/perl5/module.mk" +.include "../../mail/clamav/buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-ClamAV/PLIST b/mail/p5-Mail-ClamAV/PLIST new file mode 100644 index 00000000000..59c747652cc --- /dev/null +++ b/mail/p5-Mail-ClamAV/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/08 15:39:57 grant Exp $ diff --git a/mail/p5-Mail-ClamAV/distinfo b/mail/p5-Mail-ClamAV/distinfo new file mode 100644 index 00000000000..9cd797f6e07 --- /dev/null +++ b/mail/p5-Mail-ClamAV/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/08 15:39:57 grant Exp $ + +SHA1 (Mail-ClamAV-0.04.tar.gz) = 6d503490b68fc456b08e3d401e6d4ad046e8c6d8 +Size (Mail-ClamAV-0.04.tar.gz) = 90820 bytes -- cgit v1.2.3