pkgsrc/mail/libspf2/Makefile
tron 019277fcbe Remove conflict between "libspf-alt" respectively "libspf2" and
"p5-Mail-SPF". The first two packages install "bin/spfd" while the
latter install "sbin/spfd".

Problem pointed out by Petar Bogdanovic in PR pkg/49271.
2014-10-12 08:17:50 +00:00

18 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/10/12 08:17:50 tron Exp $
DISTNAME= libspf2-1.2.10
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
LICENSE= modified-bsd OR gnu-lgpl-v2.1
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
CONFLICTS+= libspf_alt-[0-9]*
.include "../../mk/bsd.pkg.mk"