[137646] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Jun 15 21:08:50 PDT 2015


Revision: 137646
          https://trac.macports.org/changeset/137646
Author:   devans at macports.org
Date:     2015-06-15 21:08:50 -0700 (Mon, 15 Jun 2015)
Log Message:
-----------
p5-net-openid-common: new port, libraries shared between Net::OpenID::Consumer and Net::OpenID::Server.

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

Added: trunk/dports/perl/p5-net-openid-common/Portfile
===================================================================
--- trunk/dports/perl/p5-net-openid-common/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-net-openid-common/Portfile	2015-06-16 04:08:50 UTC (rev 137646)
@@ -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-Common 1.19
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Net::OpenID::Common - Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  4c03f5781845c15adfa0350a5e4a4fef9599bec1 \
+                    sha256  60695c4d70e0c03f6e97e729abb4a3ac68e12a5009815b3e9b083d486b5a81f9
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-crypt-dh-gmp \
+                    port:p${perl5.major}-html-parser \
+                    port:p${perl5.major}-http-message \
+                    port:p${perl5.major}-math-bigint \
+                    port:p${perl5.major}-xml-simple
+
+    supported_archs noarch
+}


Property changes on: trunk/dports/perl/p5-net-openid-common/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/292a46c3/attachment.html>


More information about the macports-changes mailing list