1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Add p5-Authen-Krb4 1.1, a perl extension for Kerberos 4.

PR:		25193
Submitted by:	ajk@iu.edu
This commit is contained in:
Will Andrews 2001-03-11 01:44:56 +00:00
parent c8fadd6abe
commit 313b1857e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39513
7 changed files with 52 additions and 0 deletions

View File

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

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Authen-Krb5
# Date created: 22 January 2001
# Whom: ajk@iu.edu
#
# $FreeBSD$
#
PORTNAME= Authen-Krb4
PORTVERSION= 1.1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Authen
PKGNAMEPREFIX= p5-
DISTNAME= Krb4-1.1
MAINTAINER= ajk@iu.edu
PERL_CONFIGURE= yes
MAN3= Authen::Krb4.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
KRB5_HOME?= ${PREFIX}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Krb4-1.1.tar.gz) = 638caa06bbbc296a257d888ff0e5d9e7

View File

@ -0,0 +1,11 @@
--- Makefile.PL~ Mon Jun 12 19:07:25 2000
+++ Makefile.PL Wed Jan 31 17:04:48 2001
@@ -5,7 +5,6 @@
'NAME' => 'Authen::Krb4',
'VERSION_FROM' => 'Krb4.pm',
# Remove '-lresolv' if you're not using KTH Kerberos libraries
- 'LIBS' => ['-L/usr/local/krb4/lib -lkrb -ldes -lresolv'],
+ 'LIBS' => ['-lkrb -ldes'],
'DEFINE' => '',
- 'INC' => '-I/usr/local/krb4/include'
);

View File

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

View File

@ -0,0 +1,8 @@
Authen::Krb4 is an object-oriented extension to Perl 5 which
implements several user-level Kerberos 4 functions. With this module,
you can create Kerberized clients and servers written in Perl. It is
compatible with both AFS and MIT Kerberos.
WWW: http://search.cpan.org/search?module=Authen::Krb4
FreeBSD port by Andrew J. Korty <ajk@iu.edu>

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/Krb4.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4/Krb4.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4/Krb4.so
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4