openbsd-ports/mail/p5-Mail-SPF/patches/patch-Build_PL
giovanni dbdbebf85a Import p5-Mail-SPF, a perl oop implementation of Sender Policy Framework
ok sthen@

Mail::SPF is an object-oriented implementation of Sender Policy
Framework (SPF).  This class collection aims to fully conform to
the SPF specification (RFC 4408) so as to serve both as a production
quality SPF implementation and as a reference for other developers
of SPF implementations.
2011-09-21 07:59:25 +00:00

20 lines
636 B
Plaintext

$OpenBSD: patch-Build_PL,v 1.1.1.1 2011/09/21 07:59:25 giovanni Exp $
--- Build.PL.orig Sat Oct 31 23:16:14 2009
+++ Build.PL Thu Sep 15 10:32:49 2011
@@ -63,13 +63,13 @@ my $build = $class->new(
Module::Build => '0.2805',
Test::More => 0,
Net::DNS::Resolver::Programmable
- => 'v0.002.1',
+ => 0,
},
script_files => [
'bin/spfquery'
],
install_path => {
- 'sbin' => '/usr/sbin'
+ 'sbin' => '${WRKINST}${PREFIX}/sbin'
},
create_makefile_pl
=> 'passthrough',