[131160] trunk/dports/perl

mojca at macports.org mojca at macports.org
Tue Jan 6 05:51:35 PST 2015


Revision: 131160
          https://trac.macports.org/changeset/131160
Author:   mojca at macports.org
Date:     2015-01-06 05:51:35 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-http-server-simple-authen: new port

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

Added: trunk/dports/perl/p5-http-server-simple-authen/Portfile
===================================================================
--- trunk/dports/perl/p5-http-server-simple-authen/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-http-server-simple-authen/Portfile	2015-01-06 13:51:35 UTC (rev 131160)
@@ -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         HTTP-Server-Simple-Authen 0.04
+maintainers         nomaintainer
+license             unknown
+
+description         Authentication plugin for HTTP::Server::Simple
+long_description    ${description}
+
+checksums           rmd160 b5204e9ff907463b381d7efe4afc7454f4c54fcf \
+                    sha256 2dddc8ab9dc8986980151e4ba836a6bbf091f45cf195be1768ebdb4a993ed59b
+
+platforms           darwin
+supported_archs     noarch
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-authen-simple \
+                    port:p${perl5.major}-http-server-simple
+}
+
+


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


More information about the macports-changes mailing list