[137123] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Jun 4 19:02:42 PDT 2015


Revision: 137123
          https://trac.macports.org/changeset/137123
Author:   devans at macports.org
Date:     2015-06-04 19:02:41 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
p5-authen-simple-passwd: new port, simple passwd authentication.

Added Paths:
-----------
    trunk/dports/perl/p5-authen-simple-passwd/
    trunk/dports/perl/p5-authen-simple-passwd/Portfile

Added: trunk/dports/perl/p5-authen-simple-passwd/Portfile
===================================================================
--- trunk/dports/perl/p5-authen-simple-passwd/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-authen-simple-passwd/Portfile	2015-06-05 02:02:41 UTC (rev 137123)
@@ -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         Authen-Simple-Passwd 0.6
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         Authen::Simple::Passwd - Simple Passwd authentication
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  3f5d3cd1649335f21629ef3a841f56ee77f42bbf \
+                    sha256  cf55bc36259edf0fd6af9ad2bac81b31dc5b56a162c660590ecb969c7c1674b2
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-authen-simple
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-authen-simple-passwd/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/20150604/fe34f8b8/attachment.html>


More information about the macports-changes mailing list