diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-07 05:43:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-07 05:43:08 +0000 |
commit | e2e32e10b89038f1c3e8eb41bd087441f811087f (patch) | |
tree | cdedb283633ac24e4a58c438126c79dbbe11d588 /security | |
parent | 8f8726685e6b2dea99da3c9f70b9ad5aa6f2f225 (diff) | |
download | freebsd-ports-e2e32e10b89038f1c3e8eb41bd087441f811087f.zip |
As announced on May 6, remove the broken p5-Authen-Krb4 port
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Authen-Krb4/Makefile | 28 | ||||
-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-descr | 6 | ||||
-rw-r--r-- | security/p5-Authen-Krb4/pkg-plist | 7 |
6 files changed, 0 insertions, 54 deletions
diff --git a/security/Makefile b/security/Makefile index cd250eb6bda5..12f71d95012b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -183,7 +183,6 @@ SUBDIR += openvpn SUBDIR += osiris 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 deleted file mode 100644 index 37bf3d5b8ab0..000000000000 --- a/security/p5-Authen-Krb4/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# 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= ports@FreeBSD.org -COMMENT= Perl extension for Kerberos 4 - -BROKEN= "Does not compile" - -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 deleted file mode 100644 index 4e52465d6716..000000000000 --- a/security/p5-Authen-Krb4/distinfo +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index aff4ea34e790..000000000000 --- a/security/p5-Authen-Krb4/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- 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-descr b/security/p5-Authen-Krb4/pkg-descr deleted file mode 100644 index 6b4d4fc80926..000000000000 --- a/security/p5-Authen-Krb4/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 diff --git a/security/p5-Authen-Krb4/pkg-plist b/security/p5-Authen-Krb4/pkg-plist deleted file mode 100644 index 0ffc7172dfd0..000000000000 --- a/security/p5-Authen-Krb4/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -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 -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen 2>/dev/null || true |