Mail::AuthenticationResults provides object-oriented authentication-results email headers. This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant. From wen heping <wenheping2000 () hotmail ! com> (takes MAINTAINER) OK with tweaks giovanni@
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/09/15 17:23:23 afresh1 Exp $
|
|
|
|
COMMENT = object oriented Authentication-Results headers
|
|
|
|
DISTNAME = Mail-AuthenticationResults-1.20180923
|
|
|
|
CATEGORIES = mail
|
|
|
|
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|