pkgsrc/mail/p5-Mail-SPF/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

42 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:18 wiz Exp $
#
DISTNAME= Mail-SPF-v2.007
PKGNAME= p5-${DISTNAME:S/-v/-/}
PKGREVISION= 3
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
# 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"