mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Add p5-Authen-Ticket 0.02, a perl module that provides the framework for
implementing a ticketing system.
This commit is contained in:
parent
04dc8400b3
commit
6e7bc489ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36560
@ -71,6 +71,7 @@
|
||||
SUBDIR += outguess
|
||||
SUBDIR += p5-Authen-PAM
|
||||
SUBDIR += p5-Authen-Radius
|
||||
SUBDIR += p5-Authen-Ticket
|
||||
SUBDIR += p5-Crypt-Blowfish
|
||||
SUBDIR += p5-Crypt-CBC
|
||||
SUBDIR += p5-Crypt-DES
|
||||
|
22
security/p5-Authen-Ticket/Makefile
Normal file
22
security/p5-Authen-Ticket/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: Authen-Ticket
|
||||
# Date created: Mon Jan 1 03:55:39 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Authen-Ticket
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Authen
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-Authen-Ticket/distinfo
Normal file
1
security/p5-Authen-Ticket/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Authen-Ticket-0.02.tar.gz) = 7bf485a036a898c6cc324177c1f9248a
|
1
security/p5-Authen-Ticket/pkg-comment
Normal file
1
security/p5-Authen-Ticket/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A perl module that provides the framework for implementing a ticketing system
|
8
security/p5-Authen-Ticket/pkg-descr
Normal file
8
security/p5-Authen-Ticket/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Authen::Ticket provides the framework for implementing a ticketing system
|
||||
for web authentication. Both the client website and ticket server code
|
||||
can be constructed from Authen::Ticket. The framework allows for customization
|
||||
at all phases in the process. This includes not only the login screens, but
|
||||
the cookie creation and optional digital signature algorithm as well. Consult
|
||||
the README for more details on this module.
|
||||
|
||||
--will
|
11
security/p5-Authen-Ticket/pkg-plist
Normal file
11
security/p5-Authen-Ticket/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket.3
|
||||
lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Client.3
|
||||
lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Server.3
|
||||
lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Signature.3
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket/Client.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket/Server.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket/Signature.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Ticket/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Ticket
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket
|
Loading…
Reference in New Issue
Block a user