1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add p5-Authen-Krb5 1.2, a perl extension for Kerberos 5.

PR:		24832
Submitted by:	Andrew J. Korty <ajk@iu.edu>
This commit is contained in:
Will Andrews 2001-02-03 20:57:50 +00:00
parent 16e90f10d5
commit 9277fa3e79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37939
6 changed files with 49 additions and 0 deletions

View File

@ -71,6 +71,7 @@
SUBDIR += openssh-askpass
SUBDIR += openssl
SUBDIR += outguess
SUBDIR += p5-Authen-Krb5
SUBDIR += p5-Authen-PAM
SUBDIR += p5-Authen-Radius
SUBDIR += p5-Authen-TacacsPlus

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: p5-Authen-Krb5
# Date created: 22 January 2001
# Whom: ajk@iu.edu
#
# $FreeBSD$
#
PORTNAME= Authen-Krb5
PORTVERSION= 1.2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Authen
PKGNAMEPREFIX= p5-
DISTNAME= Krb5-${PORTVERSION}
MAINTAINER= ajk@iu.edu
LIB_DEPENDS= gssapi_krb5.2:${PORTSDIR}/security/krb5
PERL_CONFIGURE= yes
MAN3= Authen::Krb5.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
KRB5_HOME?= ${PREFIX}
post-patch:
@${PERL} -pi -e 's:/usr/local/krb5:${KRB5_HOME}:g' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Krb5-1.2.tar.gz) = c2b82738eb14bb964ed54a05e2801bf3

View File

@ -0,0 +1 @@
Perl extension for Kerberos 5

View File

@ -0,0 +1,9 @@
Authen::Krb5 is an object-oriented interface to the Kerberos 5 API.
Both the implementation and documentation are nowhere near complete,
and may require previous experience with Kerberos 5 programming. Most
of the functions here are documented in detail in the Kerberos 5 API
documentation.
WWW: http://search.cpan.org/search?module=Authen::Krb5
FreeBSD port by Andrew J. Korty <ajk@iu.edu>

View File

@ -0,0 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/Krb5.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5/Krb5.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5/Krb5.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5/autosplit.ix
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5