55c6693489
Pkgsrc changes: - Added correct HOMEPAGE. Relevant changes since version 1.997: ===================================== - various bug fixes --- 1.999 (2006-02-07 00:00) Mail::SPF::Query: ! No longer accept malformed SPF records such as "\"v=spf1 ...\"" (spurious double quotes) or " v=spf1 ..." (leading whitespace). spfquery: + The "--override" and "--fallback" options are now actually working and documented. Tests: * Overhauled 00_all.t test script: --- 1.998 (2005-12-31 23:00) Mail::SPF::Query: ! Removed obsolete Caller-ID support (closes Debian bugs #337319, #337500). spfd: + Added complete POD documentation/man-page. spfquery: + Added complete POD documentation/man-page. ! Renamed the "--max-lookup" option to "--max-lookup-count" to match the Mail::SPF::Query API. "--max-lookup" is still supported for backwards compatibility.
25 lines
826 B
Makefile
25 lines
826 B
Makefile
# $NetBSD: Makefile,v 1.9 2006/02/15 23:37:39 heinz Exp $
|
|
|
|
DISTNAME= Mail-SPF-Query-1.999
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5msq
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://www.openspf.org/
|
|
COMMENT= Perl module for Sender-Policy-Framework queries
|
|
|
|
DEPENDS+= p5-Net-DNS>=0.46:../../net/p5-Net-DNS
|
|
DEPENDS+= p5-Net-CIDR-Lite>=0.15:../../net/p5-Net-CIDR-Lite
|
|
DEPENDS+= p5-Sys-Hostname-Long-[0-9]*:../../sysutils/p5-Sys-Hostname-Long
|
|
# needed URI::Escape >= 3.20 until 1.991. We keep the requirement.
|
|
DEPENDS+= p5-URI>=1.18:../../www/p5-URI
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Mail/SPF/Query/.packlist
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|