openbsd-ports/mail/p5-Log-Procmail/Makefile
avsm 61d581f2bb initial import of p5-Log-Procmail-0.11
--
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.
2006-12-26 23:56:04 +00:00

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>