[136618] trunk/dports/perl

pixilla at macports.org pixilla at macports.org
Sat May 23 06:58:53 PDT 2015


Revision: 136618
          https://trac.macports.org/changeset/136618
Author:   pixilla at macports.org
Date:     2015-05-23 06:58:52 -0700 (Sat, 23 May 2015)
Log Message:
-----------
perl/p5-ntlm:
- New port for perl ntlm module.

Added Paths:
-----------
    trunk/dports/perl/p5-ntlm/
    trunk/dports/perl/p5-ntlm/Portfile

Added: trunk/dports/perl/p5-ntlm/Portfile
===================================================================
--- trunk/dports/perl/p5-ntlm/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-ntlm/Portfile	2015-05-23 13:58:52 UTC (rev 136618)
@@ -0,0 +1,27 @@
+# -*- 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         NTLM 1.09 ../by-authors/id/N/NB/NBEBOUT
+
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+# Uncomment this line if you know there will be no arch-specific code:
+#supported_archs     noarch
+
+description         A perl NTLM authentication module
+
+long_description    ${description}
+
+checksums           rmd160  42fb64b80207aed722e6789416db911b05ef3cfc \
+                    sha256  c823e30cda76bc15636e584302c960e2b5eeef9517c2448f7454498893151f85
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-digest-hmac
+}


Property changes on: trunk/dports/perl/p5-ntlm/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/20150523/5a3d15d2/attachment.html>


More information about the macports-changes mailing list