Added: trunk/dports/perl/p5-authcas/Portfile (0 => 129059)
--- 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
___________________________________________________________________