[137647] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Jun 15 21:09:38 PDT 2015


Revision: 137647
          https://trac.macports.org/changeset/137647
Author:   devans at macports.org
Date:     2015-06-15 21:09:38 -0700 (Mon, 15 Jun 2015)
Log Message:
-----------
p5-net-openid-consumer: new port, library for consumers of OpenID identities.

Added Paths:
-----------
    trunk/dports/perl/p5-net-openid-consumer/
    trunk/dports/perl/p5-net-openid-consumer/Portfile

Added: trunk/dports/perl/p5-net-openid-consumer/Portfile
===================================================================
--- trunk/dports/perl/p5-net-openid-consumer/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-net-openid-consumer/Portfile	2015-06-16 04:09:38 UTC (rev 137647)
@@ -0,0 +1,28 @@
+# -*- 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         Net-OpenID-Consumer 1.16
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Net::OpenID::Consumer - Library for consumers of OpenID identities
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  380320f934e3e59749c1da39d4f05f0fe4f6c70a \
+                    sha256  2026a4c3dfeee191ef7865a30034522bfd06c2bfa78afd890abd0def05f74d5d
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-http-message \
+                    port:p${perl5.major}-json \
+                    port:p${perl5.major}-libwww-perl \
+                    port:p${perl5.major}-net-openid-common \
+                    port:p${perl5.major}-uri
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-net-openid-consumer/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/20150615/d1eee377/attachment.html>


More information about the macports-changes mailing list