pkgsrc/mail/libspf2/Makefile
tron a4e4d7f370 Fix an abort() caused by miscalculating the size of an internal buffer.
This can crash applications using "libspf2" (e.g. "milter-greylist")
in an e-mail gets delivered via SMTP over IPv6 depending on the
remote machine's IPv6 address.
2009-09-08 10:36:27 +00:00

19 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.7 2009/09/08 10:36:27 tron Exp $
DISTNAME= libspf2-1.2.9
PKGREVISION= 1
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
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
CONFLICTS+= libspf_alt-*
.include "../../mk/bsd.pkg.mk"