pkgsrc/mail/p5-Mail-SPF-Query/Makefile
heinz 18d457b125 Initial import of Perl module Mail::SPF::Query.
The SPF (Sender Permitted From) 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.
2004-02-17 22:48:18 +00:00

23 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 22:48:18 heinz Exp $
DISTNAME= Mail-SPF-Query-1.991
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5msq
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://spf.pobox.com/
COMMENT= Perl module for Sender-Permitted-From queries
DEPENDS+= p5-Net-DNS>=0.33:../../net/p5-Net-DNS
DEPENDS+= p5-Net-CIDR-Lite>=0.15:../../net/p5-Net-CIDR-Lite
# needs URI::Escape >= 3.20
DEPENDS+= p5-URI>=1.18:../../www/p5-URI
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/SPF/Query/.packlist
USE_BUILDLINK3= yes
USE_LANGUAGES= # empty
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"