1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.setup Auth-Yubikey_WebClient 2.00 ../../authors/id/M/MA/MASSYN |
---|
7 | platforms darwin |
---|
8 | maintainers l2g.to:larry+macports |
---|
9 | license Artistic/GPL |
---|
10 | supported_archs noarch |
---|
11 | |
---|
12 | description Authenticating the Yubikey against the Yubico Web API |
---|
13 | |
---|
14 | long_description \ |
---|
15 | Authenticate against the Yubico server via the Web API in Perl. Before \ |
---|
16 | you can use this module, you need to register for an API key at Yubico. \ |
---|
17 | This is as simple as logging onto <https://api.yubico.com/yms/getapi.php> \ |
---|
18 | and entering your Yubikey's OTP and a brief description. Once you have \ |
---|
19 | the API and ID, you need to provide those details to the module to work. |
---|
20 | |
---|
21 | checksums sha1 5941fc10782f4405056afbbeb1f62270dc27a009 \ |
---|
22 | rmd160 2f6e3138945f5d54c1b791f31c4c8a0977213562 |
---|
23 | |
---|
24 | depends_lib-append port:p5-mime-base64 port:p5-digest-hmac \ |
---|
25 | port:p5-libwww-perl port:p5-uri |
---|