diff options
author | Niels Heinen <niels@FreeBSD.org> | 2005-01-12 16:55:46 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2005-01-12 16:55:46 +0000 |
commit | d0b31f50a97be55795d3dbe475ec0c20b91dd628 (patch) | |
tree | 713bc58d60e2c8b2347ef96a514e0c8009b19989 | |
parent | Fix PLIST (forgotten new manual pages). Bump PORTREVISION. (diff) |
Added p5-SAVI-Perl, a perl interface module to Sophos Anti virus.
PR: ports/65310
Approved by: nectar (mentor)
Submitted by: Gary Hayers <gary(at)hayers.net>
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-SAVI-Perl/Makefile | 29 | ||||
-rw-r--r-- | security/p5-SAVI-Perl/distinfo | 2 | ||||
-rw-r--r-- | security/p5-SAVI-Perl/pkg-descr | 7 | ||||
-rw-r--r-- | security/p5-SAVI-Perl/pkg-plist | 6 |
5 files changed, 45 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 93788205417b..8dbf24259bf9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -309,6 +309,7 @@ SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += p5-POE-Component-SSLify + SUBDIR += p5-SAVI-Perl SUBDIR += p5-SHA SUBDIR += p5-Safe-Hole SUBDIR += p5-Tie-EncryptedHash 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 <Gary@Hayers.net> +# +# $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 <bsd.port.pre.mk> + +.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 <bsd.port.post.mk> 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 |