[131159] trunk/dports/perl

mojca at macports.org mojca at macports.org
Tue Jan 6 05:48:55 PST 2015


Revision: 131159
          https://trac.macports.org/changeset/131159
Author:   mojca at macports.org
Date:     2015-01-06 05:48:55 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-authen-simple: new port

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

Added: trunk/dports/perl/p5-authen-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-authen-simple/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-authen-simple/Portfile	2015-01-06 13:48:55 UTC (rev 131159)
@@ -0,0 +1,29 @@
+# -*- 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 0.5
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
+
+description         Simple Authentication
+long_description    ${description}
+
+checksums           rmd160 3d15fa2747699163a5a3cdc610c55d04ceb62f68 \
+                    sha256 02cddab47f8bf1a1cbd4c9bf8d258f6d05111499c33f8315e7244812f72613aa
+
+platforms           darwin
+supported_archs     noarch
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-class-accessor \
+                    port:p${perl5.major}-class-data-inheritable \
+                    port:p${perl5.major}-crypt-passwdmd5 \
+                    port:p${perl5.major}-params-validate
+}
+
+


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


More information about the macports-changes mailing list