[130040] trunk/dports/perl/p5-appconfig-std/Portfile

mojca at macports.org mojca at macports.org
Thu Dec 25 01:47:46 PST 2014


Revision: 130040
          https://trac.macports.org/changeset/130040
Author:   mojca at macports.org
Date:     2014-12-25 01:47:46 -0800 (Thu, 25 Dec 2014)
Log Message:
-----------
p5-appconfig-std: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-appconfig-std/Portfile

Modified: trunk/dports/perl/p5-appconfig-std/Portfile
===================================================================
--- trunk/dports/perl/p5-appconfig-std/Portfile	2014-12-25 09:45:51 UTC (rev 130039)
+++ trunk/dports/perl/p5-appconfig-std/Portfile	2014-12-25 09:47:46 UTC (rev 130040)
@@ -1,7 +1,8 @@
+# -*- 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
-PortGroup perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         AppConfig-Std 1.09
@@ -11,14 +12,18 @@
 long_description    AppConfig::Std is a subclass of Andy Wardley's \
                     AppConfig module, to provide standard command-line \
                     arguments for tool scripts.
-checksums           md5 9c2e29449619397de9eb72a2aa1dd03f \
-                    sha1 fd5ac6cdb488a277476ec2fc513f77d0e9702f19
+
+checksums           rmd160  aa00288981da580a7ee1b449b85c7a74ee2d93f2 \
+                    sha256  0aaffec35dc80bf7b740e1e194e399987c584457215cd93d9a1fc228c2537ff7
+
 platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-    depends_lib-append  port:p${perl5.major}-appconfig
-}
+    depends_lib-append \
+                    port:p${perl5.major}-appconfig
 
-supported_archs noarch
+    configure.env   C_INCLUDE_PATH="${prefix}/include" \
+                    LIBRARY_PATH="${prefix}/lib"
 
-configure.env       C_INCLUDE_PATH="${prefix}/include" \
-                    LIBRARY_PATH="${prefix}/lib"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141225/7b6eaef3/attachment.html>


More information about the macports-changes mailing list