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