william a43b13663f Workaround a bug where a bare LHS address will cause the process to die().
Reported upstream by, and diff from, henning@ (thanks!)
2014-06-18 01:03:52 +00:00

28 lines
587 B
Makefile

# $OpenBSD: Makefile,v 1.17 2014/06/18 01:03:52 william Exp $
COMMENT= DKIM and DomainKeys message-signing implementation
DISTNAME= Mail-DKIM-0.40
CATEGORIES= mail
REVISION= 0
MAINTAINER= William Yodlowsky <william@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
CPAN_AUTHOR= JASLONG
RUN_DEPENDS= security/p5-Crypt-OpenSSL-RSA \
mail/p5-Mail-Tools \
net/p5-Net-DNS
MODCPAN_EXAMPLES= Yes
post-install:
${INSTALL_DATA_DIR} ${MODCPAN_EXAMPLES_DIR}
${INSTALL_SCRIPT} ${WRKSRC}/sample_mime_lite.pl ${MODCPAN_EXAMPLES_DIR}/sample_mime_lite.pl
.include <bsd.port.mk>