Revision: 74047 http://trac.macports.org/changeset/74047 Author: dports@macports.org Date: 2010-12-02 18:34:38 -0800 (Thu, 02 Dec 2010) Log Message: ----------- p5-auth-yubikey_webclient: new port, v2.00 (#27536) Added Paths: ----------- trunk/dports/perl/p5-auth-yubikey_webclient/ trunk/dports/perl/p5-auth-yubikey_webclient/Portfile Added: trunk/dports/perl/p5-auth-yubikey_webclient/Portfile =================================================================== --- trunk/dports/perl/p5-auth-yubikey_webclient/Portfile (rev 0) +++ trunk/dports/perl/p5-auth-yubikey_webclient/Portfile 2010-12-03 02:34:38 UTC (rev 74047) @@ -0,0 +1,26 @@ +# -*- 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.setup Auth-Yubikey_WebClient 2.00 ../../authors/id/M/MA/MASSYN +platforms darwin +maintainers l2g.to:larry+macports +license Artistic/GPL +supported_archs noarch + +description Authenticating the Yubikey against the Yubico Web API + +long_description \ + Authenticate against the Yubico server via the Web API in Perl. Before \ + you can use this module, you need to register for an API key at Yubico. \ + This is as simple as logging onto <https://api.yubico.com/yms/getapi.php> \ + and entering your Yubikey's OTP and a brief description. Once you have \ + the API and ID, you need to provide those details to the module to work. + +checksums sha1 5941fc10782f4405056afbbeb1f62270dc27a009 \ + rmd160 2f6e3138945f5d54c1b791f31c4c8a0977213562 + +depends_lib-append port:p5-mime-base64 port:p5-digest-hmac \ + port:p5-libwww-perl port:p5-uri Property changes on: trunk/dports/perl/p5-auth-yubikey_webclient/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native