diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 09:02:18 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 09:02:18 +0000 |
commit | 6e7bc489adf94def9b9659a0e0725e50cce75857 (patch) | |
tree | 15121b39c06826ad90d9290210fbf22bc686e395 /security/p5-Authen-Ticket | |
parent | 04dc8400b3a4f4b31314908452a6e1f194a794b4 (diff) | |
download | ports-6e7bc489adf94def9b9659a0e0725e50cce75857.tar.gz ports-6e7bc489adf94def9b9659a0e0725e50cce75857.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Ticket')
-rw-r--r-- | security/p5-Authen-Ticket/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/pkg-descr | 8 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/pkg-plist | 11 |
5 files changed, 43 insertions, 0 deletions
diff --git a/security/p5-Authen-Ticket/Makefile b/security/p5-Authen-Ticket/Makefile new file mode 100644 index 000000000000..124fda8d3244 --- /dev/null +++ b/security/p5-Authen-Ticket/Makefile @@ -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> diff --git a/security/p5-Authen-Ticket/distinfo b/security/p5-Authen-Ticket/distinfo new file mode 100644 index 000000000000..ab1d4d927023 --- /dev/null +++ b/security/p5-Authen-Ticket/distinfo @@ -0,0 +1 @@ +MD5 (Authen-Ticket-0.02.tar.gz) = 7bf485a036a898c6cc324177c1f9248a diff --git a/security/p5-Authen-Ticket/pkg-comment b/security/p5-Authen-Ticket/pkg-comment new file mode 100644 index 000000000000..9c3afe880113 --- /dev/null +++ b/security/p5-Authen-Ticket/pkg-comment @@ -0,0 +1 @@ +A perl module that provides the framework for implementing a ticketing system diff --git a/security/p5-Authen-Ticket/pkg-descr b/security/p5-Authen-Ticket/pkg-descr new file mode 100644 index 000000000000..30683cd5cad0 --- /dev/null +++ b/security/p5-Authen-Ticket/pkg-descr @@ -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 diff --git a/security/p5-Authen-Ticket/pkg-plist b/security/p5-Authen-Ticket/pkg-plist new file mode 100644 index 000000000000..10b8ef6772d8 --- /dev/null +++ b/security/p5-Authen-Ticket/pkg-plist @@ -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 |