20 lines
389 B
Makefile
20 lines
389 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/07/13 20:14:21 sthen Exp $
|
|
|
|
COMMENT= perl module for reading procmail logs
|
|
|
|
DISTNAME= Log-Procmail-0.11
|
|
REVISION= 0
|
|
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>
|