pkgsrc/mail/libspf2/Makefile
tron 1b5c708ef2 Update "libspf2" package to version 1.2.10. A list of changes since
version 1.2.9 (which is old) is not available. Two improvements that
I noticed are:
1.) A remote DoS vulnerability (for which "pkgsrc" had a patch) has
    been fixed.
2.) The SPF records for "gmail.com" are now accepted again.
2013-07-06 11:09:26 +00:00

18 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/07/06 11:09:26 tron Exp $
DISTNAME= libspf2-1.2.10
CATEGORIES= mail
MASTER_SITES= http://www.libspf2.org/spf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libspf2.org/
COMMENT= Implementation of the Sender Policy Framework
LICENSE= modified-bsd OR gnu-lgpl-v2.1
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
CONFLICTS+= libspf_alt-[0-9]*
CONFLICTS+= p5-Mail-SPF-[0-9]*
.include "../../mk/bsd.pkg.mk"