diff options
author | will <will@FreeBSD.org> | 2001-03-11 09:44:56 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-11 09:44:56 +0800 |
commit | 04222bbe7e11c39481a7deea59ee988408dffe0a (patch) | |
tree | 0042d6192f14ee2360c423b2daebc95dc4c12871 /security | |
parent | d244856be4bdc7ca2557aa6adc7524c041d616fe (diff) | |
download | freebsd-ports-gnome-04222bbe7e11c39481a7deea59ee988408dffe0a.tar.gz freebsd-ports-gnome-04222bbe7e11c39481a7deea59ee988408dffe0a.tar.zst freebsd-ports-gnome-04222bbe7e11c39481a7deea59ee988408dffe0a.zip |
Add p5-Authen-Krb4 1.1, a perl extension for Kerberos 4.
PR: 25193
Submitted by: ajk@iu.edu
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Authen-Krb4/Makefile | 25 | ||||
-rw-r--r-- | security/p5-Authen-Krb4/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Authen-Krb4/files/patch-Makefile.PL | 11 | ||||
-rw-r--r-- | security/p5-Authen-Krb4/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Authen-Krb4/pkg-descr | 8 | ||||
-rw-r--r-- | security/p5-Authen-Krb4/pkg-plist | 5 |
7 files changed, 52 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 084d97b85d3a..044d21acc3cc 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 000000000000..8de1cbcaf8b2 --- /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 <bsd.port.mk> diff --git a/security/p5-Authen-Krb4/distinfo b/security/p5-Authen-Krb4/distinfo new file mode 100644 index 000000000000..4e52465d6716 --- /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 000000000000..aff4ea34e790 --- /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 000000000000..7a6660b2f108 --- /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 000000000000..5fbd873f86cf --- /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 <ajk@iu.edu> diff --git a/security/p5-Authen-Krb4/pkg-plist b/security/p5-Authen-Krb4/pkg-plist new file mode 100644 index 000000000000..9aaa7a2d4100 --- /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 |