[46441] trunk/dports/perl
blb at macports.org
blb at macports.org
Wed Feb 4 16:33:51 PST 2009
Revision: 46441
http://trac.macports.org/changeset/46441
Author: blb at macports.org
Date: 2009-02-04 16:33:51 -0800 (Wed, 04 Feb 2009)
Log Message:
-----------
New port - perl/p5-mail-spf, Object oriented implementation of SPF; ticket #18368
Added Paths:
-----------
trunk/dports/perl/p5-mail-spf/
trunk/dports/perl/p5-mail-spf/Portfile
trunk/dports/perl/p5-mail-spf/files/
trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff
Added: trunk/dports/perl/p5-mail-spf/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-spf/Portfile (rev 0)
+++ trunk/dports/perl/p5-mail-spf/Portfile 2009-02-05 00:33:51 UTC (rev 46441)
@@ -0,0 +1,30 @@
+#$Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+
+perl5.setup Mail-SPF v2.006
+categories-append mail
+name p5-mail-spf
+maintainers yahoo.com:compconsultant
+description Object oriented implementation of SPF
+long_description Mail-SPF provides an object oriented interface to \
+ the Sender Policy Framework, also knows as SPF.
+
+homepage http://search.cpan.org/~jmehnle/${distname}
+platforms darwin
+
+checksums md5 4da41591b612560627ddbc6026b047a3 \
+ sha1 301b33f66d3a14a26c497fd80b91d6c7d5ce9faa \
+ rmd160 5d7244a0dc21979159f6bbba11da1590b3f2c6ba
+
+patchfiles patch-Build.PL.diff
+post-patch {
+ reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Build.PL
+}
+
+depends_lib-append port:p5-net-dns \
+ port:p5-version \
+ port:p5-error \
+ port:p5-netaddr-ip \
+ port:p5-uri
Property changes on: trunk/dports/perl/p5-mail-spf/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff
===================================================================
--- trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff (rev 0)
+++ trunk/dports/perl/p5-mail-spf/files/patch-Build.PL.diff 2009-02-05 00:33:51 UTC (rev 46441)
@@ -0,0 +1,11 @@
+--- Build.PL.orig 2009-01-29 03:50:27.000000000 -0600
++++ Build.PL 2009-01-29 03:50:03.000000000 -0600
+@@ -69,7 +69,7 @@
+ 'bin/spfquery'
+ ],
+ install_path => {
+- 'sbin' => '/usr/sbin'
++ 'sbin' => '@@PREFIX@@/sbin'
+ },
+ create_makefile_pl
+ => 'passthrough',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090204/e2a846c2/attachment.html>
More information about the macports-changes
mailing list