mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-Log-Procmail 0.08, perl extension for reading procmail logfiles.
This commit is contained in:
parent
e658a9ad0e
commit
6fb5cb552b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108038
@ -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
|
||||
|
23
mail/p5-Log-Procmail/Makefile
Normal file
23
mail/p5-Log-Procmail/Makefile
Normal file
@ -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>
|
2
mail/p5-Log-Procmail/distinfo
Normal file
2
mail/p5-Log-Procmail/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Log-Procmail-0.08.tar.gz) = 5769df5fe6bbdec2f682021d71603c8c
|
||||
SIZE (Log-Procmail-0.08.tar.gz) = 13510
|
3
mail/p5-Log-Procmail/pkg-descr
Normal file
3
mail/p5-Log-Procmail/pkg-descr
Normal file
@ -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/
|
6
mail/p5-Log-Procmail/pkg-plist
Normal file
6
mail/p5-Log-Procmail/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user