summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-SPF/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-02-27 12:56:11 +0000
committerobache <obache>2011-02-27 12:56:11 +0000
commitdb6ea7b39f10ac1cbae328efe37c4f56af91dc48 (patch)
tree538a9c6fec92d2260c8be55662e543ce7b107345 /mail/p5-Mail-SPF/Makefile
parent325ac4c06e656a4337bc45abc21db813c1456ed2 (diff)
downloadpkgsrc-db6ea7b39f10ac1cbae328efe37c4f56af91dc48.tar.gz
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.
Diffstat (limited to 'mail/p5-Mail-SPF/Makefile')
-rw-r--r--mail/p5-Mail-SPF/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/mail/p5-Mail-SPF/Makefile b/mail/p5-Mail-SPF/Makefile
new file mode 100644
index 00000000000..a05ba1e44a0
--- /dev/null
+++ b/mail/p5-Mail-SPF/Makefile
@@ -0,0 +1,42 @@
+# $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"