mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
add p5-Authen-TypeKey 0.05
TypeKey authentication verification PR: 94679 Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit is contained in:
parent
bbf54beefc
commit
a8137202c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161002
@ -290,6 +290,7 @@
|
||||
SUBDIR += p5-Authen-Smb
|
||||
SUBDIR += p5-Authen-TacacsPlus
|
||||
SUBDIR += p5-Authen-Ticket
|
||||
SUBDIR += p5-Authen-TypeKey
|
||||
SUBDIR += p5-Business-PayPal-EWP
|
||||
SUBDIR += p5-CSP
|
||||
SUBDIR += p5-Crypt-Anubis
|
||||
|
35
security/p5-Authen-TypeKey/Makefile
Normal file
35
security/p5-Authen-TypeKey/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: p5-Authen-TypeKey
|
||||
# Date created: 2006-03-19
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Authen-TypeKey
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Authen
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= TypeKey authentication verification
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \
|
||||
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
|
||||
${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Authen::TypeKey.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
security/p5-Authen-TypeKey/distinfo
Normal file
3
security/p5-Authen-TypeKey/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Authen-TypeKey-0.05.tar.gz) = 1a938b0d4e2d0ee6e6e09fd8c046edd2
|
||||
SHA256 (Authen-TypeKey-0.05.tar.gz) = 412f00ba42442efc20a9f23e106efe0aa1930c2835d134edd11418fcc8a382e5
|
||||
SIZE (Authen-TypeKey-0.05.tar.gz) = 17944
|
8
security/p5-Authen-TypeKey/pkg-descr
Normal file
8
security/p5-Authen-TypeKey/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Authen::TypeKey is an implementation of verification for signatures
|
||||
generated by TypeKey authentication.
|
||||
|
||||
For information on the TypeKey protocol and using TypeKey in other
|
||||
applications, see http://www.sixapart.com/typekey/api.
|
||||
|
||||
Author: Six Apart Ltd, cpan@sixapart.com
|
||||
WWW: http://search.cpan.org/dist/Authen-TypeKey/
|
5
security/p5-Authen-TypeKey/pkg-plist
Normal file
5
security/p5-Authen-TypeKey/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Authen/TypeKey.pm
|
||||
@dirrmtry %%SITE_PERL%%/Authen
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
|
Loading…
Reference in New Issue
Block a user