diff options
author | grant <grant@pkgsrc.org> | 2003-12-08 15:39:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-08 15:39:57 +0000 |
commit | e0d2962599f3cb8af7cb20e9182cab29641b1336 (patch) | |
tree | 4f901c7d090aaba5c16f4c6341b06e2a6f85ca93 /mail | |
parent | 9cc56712cc91d5993c970677989d3b28d4af39dd (diff) | |
download | pkgsrc-e0d2962599f3cb8af7cb20e9182cab29641b1336.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-ClamAV/DESCR | 2 | ||||
-rw-r--r-- | mail/p5-Mail-ClamAV/Makefile | 29 | ||||
-rw-r--r-- | mail/p5-Mail-ClamAV/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-Mail-ClamAV/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
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 |