diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-30 15:48:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-04-30 15:48:40 +0000 |
commit | 6fb5cb552bfeed4d904262aa7b0abcabdfdee318 (patch) | |
tree | beebd6529e665a7916e8e8d77a991e07005489ec /mail | |
parent | Add p5-Test-Cmd 1.05, perl module for portable testing of commands and scripts. (diff) |
Add p5-Log-Procmail 0.08, perl extension for reading procmail logfiles.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Log-Procmail/Makefile | 23 | ||||
-rw-r--r-- | mail/p5-Log-Procmail/distinfo | 2 | ||||
-rw-r--r-- | mail/p5-Log-Procmail/pkg-descr | 3 | ||||
-rw-r--r-- | mail/p5-Log-Procmail/pkg-plist | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index ca430ef8aab0..491fe8bb6502 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -215,6 +215,7 @@ SUBDIR += p5-Email-Valid-Loose SUBDIR += p5-IMAP-Admin SUBDIR += p5-IMAP-Sieve + SUBDIR += p5-Log-Procmail SUBDIR += p5-MIME-Lite SUBDIR += p5-MIME-Tools SUBDIR += p5-MIME-Types diff --git a/mail/p5-Log-Procmail/Makefile b/mail/p5-Log-Procmail/Makefile new file mode 100644 index 000000000000..5bfc9293749a --- /dev/null +++ b/mail/p5-Log-Procmail/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Log-Procmail +# Date created: 2004-04-26 +# Whom: mat +# +# $FreeBSD$ +# + +PORTNAME= Log-Procmail +PORTVERSION= 0.08 +CATEGORIES= mail devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Log +PKGNAMEPREFIX= p5- + +MAINTAINER= mat@FreeBSD.org +COMMENT= Perl extension for reading procmail logfiles + +PERL_CONFIGURE= yes + +MAN1= mailstat.pl.1 +MAN3= Log::Procmail.3 + +.include <bsd.port.mk> diff --git a/mail/p5-Log-Procmail/distinfo b/mail/p5-Log-Procmail/distinfo new file mode 100644 index 000000000000..c3c31a32c1e4 --- /dev/null +++ b/mail/p5-Log-Procmail/distinfo @@ -0,0 +1,2 @@ +MD5 (Log-Procmail-0.08.tar.gz) = 5769df5fe6bbdec2f682021d71603c8c +SIZE (Log-Procmail-0.08.tar.gz) = 13510 diff --git a/mail/p5-Log-Procmail/pkg-descr b/mail/p5-Log-Procmail/pkg-descr new file mode 100644 index 000000000000..bd0622a4a04c --- /dev/null +++ b/mail/p5-Log-Procmail/pkg-descr @@ -0,0 +1,3 @@ +Log::Procmail reads procmail(1) logfiles and returns the abstracts one by one. + +WWW: http://search.cpan.org/dist/Log-Procmail/ diff --git a/mail/p5-Log-Procmail/pkg-plist b/mail/p5-Log-Procmail/pkg-plist new file mode 100644 index 000000000000..41d0d5f81248 --- /dev/null +++ b/mail/p5-Log-Procmail/pkg-plist @@ -0,0 +1,6 @@ +bin/mailstat.pl +%%SITE_PERL%%/Log/Procmail.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Procmail/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Procmail +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Log 2>/dev/null || true |