a6fd470eae
Auth::GoogleAuth is a Perl module providing an abstraction for the TOTP (Time-based One-Time Password) algorithm as used by Google Authenticator and compatible applications (RFC 6238). It supports generating and verifying TOTP codes, producing otpauth:// URIs, and generating QR code URLs suitable for enrollment in authenticator apps. PR: 295883
25 lines
658 B
Makefile
25 lines
658 B
Makefile
PORTNAME= Auth-GoogleAuth
|
|
DISTVERSION= 1.09
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= https://cpan.metacpan.org/authors/id/G/GR/GRYPHON/ \
|
|
https://www.cpan.org/authors/id/G/GR/GRYPHON/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= freebsd@gushi.org
|
|
COMMENT= Google Authenticator TOTP abstraction
|
|
WWW= https://metacpan.org/dist/Auth-GoogleAuth
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
|
|
p5-Convert-Base32>=0:converters/p5-Convert-Base32 \
|
|
p5-CryptX>=0:security/p5-CryptX \
|
|
p5-Digest-HMAC>=0:security/p5-Digest-HMAC \
|
|
p5-URI>=0:net/p5-URI
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|