[131435] trunk/dports/perl

devans at macports.org devans at macports.org
Sun Jan 11 22:28:43 PST 2015


Revision: 131435
          https://trac.macports.org/changeset/131435
Author:   devans at macports.org
Date:     2015-01-11 22:28:43 -0800 (Sun, 11 Jan 2015)
Log Message:
-----------
p5-user-identity: new port, maintains info about a physical person.

Added Paths:
-----------
    trunk/dports/perl/p5-user-identity/
    trunk/dports/perl/p5-user-identity/Portfile

Added: trunk/dports/perl/p5-user-identity/Portfile
===================================================================
--- trunk/dports/perl/p5-user-identity/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-user-identity/Portfile	2015-01-12 06:28:43 UTC (rev 131435)
@@ -0,0 +1,25 @@
+# -*- 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
+
+perl5.branches      5.16 5.18 5.20
+perl5.setup         User-Identity 0.94
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         User::Identity - maintains info about a physical person
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  4641bc8b133bf49a6fb5ce7438725260e296d7c2 \
+                    sha256  c0c2485395d754e2700eb408c508d581d4526e0f5cd0db787dd3e474979c068d
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-test-pod
+
+    supported_archs noarch
+}
+


Property changes on: trunk/dports/perl/p5-user-identity/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150111/48dcf0da/attachment.html>


More information about the macports-changes mailing list