openbsd-ports/mail/p5-Mail-DMARC-Iterator/Makefile
2022-03-11 19:34:31 +00:00

20 lines
358 B
Makefile

COMMENT = iterative DMARC validation for mails
DISTNAME = Mail-DMARC-Iterator-0.014
CATEGORIES = mail
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = mail/p5-Mail-DKIM-Iterator>=1.002 \
mail/p5-Mail-SPF-Iterator>=1.115 \
security/p5-IO-Socket-SSL
PKG_ARCH = *
.include <bsd.port.mk>