From 04222bbe7e11c39481a7deea59ee988408dffe0a Mon Sep 17 00:00:00 2001 From: will Date: Sun, 11 Mar 2001 01:44:56 +0000 Subject: Add p5-Authen-Krb4 1.1, a perl extension for Kerberos 4. PR: 25193 Submitted by: ajk@iu.edu --- security/Makefile | 1 + security/p5-Authen-Krb4/Makefile | 25 +++++++++++++++++++++++++ security/p5-Authen-Krb4/distinfo | 1 + security/p5-Authen-Krb4/files/patch-Makefile.PL | 11 +++++++++++ security/p5-Authen-Krb4/pkg-comment | 1 + security/p5-Authen-Krb4/pkg-descr | 8 ++++++++ security/p5-Authen-Krb4/pkg-plist | 5 +++++ 7 files changed, 52 insertions(+) create mode 100644 security/p5-Authen-Krb4/Makefile create mode 100644 security/p5-Authen-Krb4/distinfo create mode 100644 security/p5-Authen-Krb4/files/patch-Makefile.PL create mode 100644 security/p5-Authen-Krb4/pkg-comment create mode 100644 security/p5-Authen-Krb4/pkg-descr create mode 100644 security/p5-Authen-Krb4/pkg-plist diff --git a/security/Makefile b/security/Makefile index 084d97b..044d21a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/p5-Authen-Krb4/Makefile b/security/p5-Authen-Krb4/Makefile new file mode 100644 index 0000000..8de1cbc --- /dev/null +++ b/security/p5-Authen-Krb4/Makefile @@ -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 diff --git a/security/p5-Authen-Krb4/distinfo b/security/p5-Authen-Krb4/distinfo new file mode 100644 index 0000000..4e52465 --- /dev/null +++ b/security/p5-Authen-Krb4/distinfo @@ -0,0 +1 @@ +MD5 (Krb4-1.1.tar.gz) = 638caa06bbbc296a257d888ff0e5d9e7 diff --git a/security/p5-Authen-Krb4/files/patch-Makefile.PL b/security/p5-Authen-Krb4/files/patch-Makefile.PL new file mode 100644 index 0000000..aff4ea3 --- /dev/null +++ b/security/p5-Authen-Krb4/files/patch-Makefile.PL @@ -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' + ); diff --git a/security/p5-Authen-Krb4/pkg-comment b/security/p5-Authen-Krb4/pkg-comment new file mode 100644 index 0000000..7a6660b --- /dev/null +++ b/security/p5-Authen-Krb4/pkg-comment @@ -0,0 +1 @@ +Perl extension for Kerberos 4 diff --git a/security/p5-Authen-Krb4/pkg-descr b/security/p5-Authen-Krb4/pkg-descr new file mode 100644 index 0000000..5fbd873 --- /dev/null +++ b/security/p5-Authen-Krb4/pkg-descr @@ -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 diff --git a/security/p5-Authen-Krb4/pkg-plist b/security/p5-Authen-Krb4/pkg-plist new file mode 100644 index 0000000..9aaa7a2 --- /dev/null +++ b/security/p5-Authen-Krb4/pkg-plist @@ -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 -- cgit v1.1