Revision
118405
Author
mojca@macports.org
Date
2014-04-01 05:23:10 -0700 (Tue, 01 Apr 2014)

Log Message

p5-yaml: only apply the patch to subports

Modified Paths

Diff

Modified: trunk/dports/perl/p5-yaml/Portfile (118404 => 118405)


--- trunk/dports/perl/p5-yaml/Portfile	2014-04-01 12:09:40 UTC (rev 118404)
+++ trunk/dports/perl/p5-yaml/Portfile	2014-04-01 12:23:10 UTC (rev 118405)
@@ -23,4 +23,6 @@
 checksums           rmd160  d35f23ceb4ab090162cc624562b02ab5913d28f8 \
                     sha256  187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d
 
+if {${perl5.major} != ""} {
 patchfiles          patch-Makefile.PL.diff
+}