[131047] trunk/dports/perl/p5-crypt-ciphersaber/Portfile

devans at macports.org devans at macports.org
Mon Jan 5 03:23:57 PST 2015


Revision: 131047
          https://trac.macports.org/changeset/131047
Author:   devans at macports.org
Date:     2015-01-05 03:23:57 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-crypt-ciphersaber: add perl branches 5.18 5.20, dependencies, mode line.

Modified Paths:
--------------
    trunk/dports/perl/p5-crypt-ciphersaber/Portfile

Modified: trunk/dports/perl/p5-crypt-ciphersaber/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-ciphersaber/Portfile	2015-01-05 11:16:06 UTC (rev 131046)
+++ trunk/dports/perl/p5-crypt-ciphersaber/Portfile	2015-01-05 11:23:57 UTC (rev 131047)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -3,5 +4,5 @@
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
+perl5.branches      5.16 5.18 5.20
 perl5.setup         Crypt-CipherSaber 1.00
 revision            3
@@ -15,4 +16,10 @@
 
 checksums           md5 a00b3e2591cc5f880a110cc53a0b2c7b
 
-supported_archs noarch
+if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-warn
+
+    supported_archs noarch
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/a6d50568/attachment.html>


More information about the macports-changes mailing list