From 6384504b636e10b212e1e670eed3c8ff38c92ef7 Mon Sep 17 00:00:00 2001 From: niels Date: Wed, 12 Jan 2005 16:55:46 +0000 Subject: Added p5-SAVI-Perl, a perl interface module to Sophos Anti virus. PR: ports/65310 Approved by: nectar (mentor) Submitted by: Gary Hayers --- security/p5-SAVI-Perl/Makefile | 29 +++++++++++++++++++++++++++++ security/p5-SAVI-Perl/distinfo | 2 ++ security/p5-SAVI-Perl/pkg-descr | 7 +++++++ security/p5-SAVI-Perl/pkg-plist | 6 ++++++ 4 files changed, 44 insertions(+) create mode 100644 security/p5-SAVI-Perl/Makefile create mode 100644 security/p5-SAVI-Perl/distinfo create mode 100644 security/p5-SAVI-Perl/pkg-descr create mode 100644 security/p5-SAVI-Perl/pkg-plist (limited to 'security/p5-SAVI-Perl') diff --git a/security/p5-SAVI-Perl/Makefile b/security/p5-SAVI-Perl/Makefile new file mode 100644 index 000000000000..60b03fb7d3de --- /dev/null +++ b/security/p5-SAVI-Perl/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-SAVI-Perl +# Date created: April 8th 2004 +# Whom: Gary Hayers +# +# $FreeBSD$ + +PORTNAME= SAVI-Perl +PORTVERSION= 0.30 +CATEGORIES= security perl5 +MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/ +MASTER_SITE_SUBDIR= security +PKGNAMEPREFIX= p5- + +MAINTAINER= Gary@Hayers.net +COMMENT= Perl5 module interface to Sophos AntiVirus + +MAN= SAVI.3 + +PERL_CONFIGURE= yes + +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= Port requires perl 5.6 or newer. Upgrade your perl and try again. \ + If your perl is up to date then you might haven't run 'use.perl ports' \ + yet. +.endif + +.include diff --git a/security/p5-SAVI-Perl/distinfo b/security/p5-SAVI-Perl/distinfo new file mode 100644 index 000000000000..2e53076c4b45 --- /dev/null +++ b/security/p5-SAVI-Perl/distinfo @@ -0,0 +1,2 @@ +MD5 (SAVI-Perl-0.30.tar.gz) = e36341fe8c8d157fa76a377f29c7bbac +SIZE (SAVI-Perl-0.30.tar.gz) = 38144 diff --git a/security/p5-SAVI-Perl/pkg-descr b/security/p5-SAVI-Perl/pkg-descr new file mode 100644 index 000000000000..c3e94b15c779 --- /dev/null +++ b/security/p5-SAVI-Perl/pkg-descr @@ -0,0 +1,7 @@ +This is sophossavi, the perl interface module to Sophos Anti virus. +With thanks to the original author Paul B. Henson. + +WWW: http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/ + +- Gary Hayers +Gary@Hayers.net diff --git a/security/p5-SAVI-Perl/pkg-plist b/security/p5-SAVI-Perl/pkg-plist new file mode 100644 index 000000000000..6eac5d1b6d47 --- /dev/null +++ b/security/p5-SAVI-Perl/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/5.8.5/mach/SAVI.pm +lib/perl5/site_perl/5.8.5/mach/auto/SAVI/.packlist +lib/perl5/site_perl/5.8.5/mach/auto/SAVI/SAVI.bs +lib/perl5/site_perl/5.8.5/mach/auto/SAVI/SAVI.so +lib/perl5/site_perl/5.8.5/mach/auto/SAVI/autosplit.ix +@dirrm lib/perl5/site_perl/5.8.5/mach/auto/SAVI -- cgit