61d581f2bb
-- The Log::Procmail module processes procmail(1) logfiles and returns the abstracts. You can get all the useful information by using the methods from(), date(), subject(), folder() and size() on the returned Log::Procmail::Abstract object.
19 lines
381 B
Makefile
19 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/26 23:56:04 avsm Exp $
|
|
|
|
COMMENT= "perl module for reading procmail logs"
|
|
|
|
DISTNAME= Log-Procmail-0.11
|
|
CATEGORIES= mail textproc
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|