[129059] trunk/dports/perl

devans at macports.org devans at macports.org
Thu Dec 4 12:07:09 PST 2014


Revision: 129059
          https://trac.macports.org/changeset/129059
Author:   devans at macports.org
Date:     2014-12-04 12:07:09 -0800 (Thu, 04 Dec 2014)
Log Message:
-----------
p5-authcas: new port, a client library for JA-SIG CAS 2.0 authentication server.

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

Added: trunk/dports/perl/p5-authcas/Portfile
===================================================================
--- trunk/dports/perl/p5-authcas/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-authcas/Portfile	2014-12-04 20:07:09 UTC (rev 129059)
@@ -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.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         AuthCAS 1.6 ../../authors/id/O/OS/OSALAUN
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         AuthCAS - Client library for JA-SIG CAS 2.0 authentication server
+long_description    AuthCAS aims at providing a Perl API to JA-SIG Central Authentication System (CAS). \
+                    Only a basic Perl library is provided with CAS whereas AuthCAS is a full object-oriented library.
+
+platforms           darwin
+
+checksums           rmd160  29dcb3a0dab44e7f29762715d4c0a1720ef0d0bd \
+                    sha256  00f3d75904ff64c7acc722fffd7556ee26d550fc14a667d0227c152438efbacf
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-io-socket-ssl \
+                    port:p${perl5.major}-libwww-perl
+
+    supported_archs noarch
+    perl5.use_module_build
+}


Property changes on: trunk/dports/perl/p5-authcas/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/20141204/fde77507/attachment.html>


More information about the macports-changes mailing list