5985d2ef24
sthen@ agrees
20 lines
404 B
Makefile
20 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/04/15 14:11:02 ajacoutot Exp $
|
|
|
|
COMMENT= perl module for reading procmail logs
|
|
|
|
DISTNAME= Log-Procmail-0.11
|
|
PKGNAME= ${DISTNAME}p0
|
|
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>
|