openbsd-ports/mail/p5-Mail-SPF-Iterator/Makefile
bluhm 9c867a8963 Initial import of p5-Mail-SPF-Iterator 1.02
This module provides an iterative resolving of SPF records.  Contrary
to Mail::SPF, which does blocking DNS lookups, this module just
returns the DNS queries and later expects the responses.

Lookup of the DNS records will be done outside of the module and
can be done in a event driven way.
 
ok sturm
2008-12-09 21:04:48 +00:00

23 lines
506 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/12/09 21:04:48 bluhm Exp $
COMMENT = iterative SPF lookup
DISTNAME = Mail-SPF-Iterator-1.02
CATEGORIES = mail
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :p5-Net-DNS->=0.62:net/p5-Net-DNS ::www/p5-URI
REGRESS_DEPENDS = ::net/p5-Socket6 ::net/p5-IO-INET6
.include <bsd.port.mk>