forked from Lainports/freebsd-ports
The SPF protocol relies on sender domains to publish a DNS whitelist of their designated outbound mailers. Given an envelope sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP.
25 lines
622 B
Makefile
25 lines
622 B
Makefile
# New ports collection makefile for: p5-Mail-SPF-Query
|
|
# Date created: Fri Jan 16 12:32:39 PST 2004
|
|
# Whom: mharo@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Mail-SPF-Query
|
|
PORTVERSION= 1.96
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Mail
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mharo@FreeBSD.org
|
|
COMMENT= Query Sender Permitted From for an IP,email,helo
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Mail::SPF::Query.3
|
|
|
|
.include <bsd.port.mk>
|