pkgsrc/mail/p5-Mail-SPF/Makefile
obache 2e5149ad99 Import p5-Mail-SPF-2.007 as mail/p5-Mail-SPF from pkgsrc-wip.
Mail::SPF is an object-oriented Perl implementation of the Sender Policy
Framework (SPF) e-mail sender authentication system.

See <http://www.openspf.org> for more information about SPF.
2011-02-27 12:56:11 +00:00

42 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 12:56:11 obache Exp $
#
DISTNAME= Mail-SPF-v2.007
PKGNAME= p5-${DISTNAME:S/-v/-/}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= aniou@smutek.pl
HOMEPAGE= http://search.cpan.org/dist/Mail-SPF/
COMMENT= Perl implementation of the Sender Policy Framework
LICENSE= modified-bsd
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
# sbin/spfd
CONFLICTS+= libspf2-[0-9]*
CONFLICTS+= libspf-alt-[0-9]*
BUILD_DEPENDS+= p5-Net-DNS-Resolver-Programmable-[0-9]*:../../net/p5-Net-DNS-Resolver-Programmable
BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.10}:../../devel/p5-Test-Simple
DEPENDS+= {perl>=5.9.0,p5-version-[0-9]*}:../../devel/p5-version
DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error
DEPENDS+= p5-NetAddr-IP>=4.000:../../net/p5-NetAddr-IP
DEPENDS+= p5-Net-DNS>=0.58:../../net/p5-Net-DNS
DEPENDS+= p5-URI>=1.13:../../www/p5-URI
SUBST_CLASSES+= fix
SUBST_STAGE.fix= pre-configure
SUBST_FILES.fix= Build.PL
SUBST_SED.fix= -e "s,'/usr/sbin','${PREFIX}/sbin',"
SUBST_MESSAGE.fix= Fixing hardcoded spfd pathes
REPLACE_PERL= sbin/spfd bin/spfquery
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Mail/SPF/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"