diff options
author | will <will@FreeBSD.org> | 2001-01-01 17:39:52 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 17:39:52 +0800 |
commit | effaba10ea54dda8793fbf6461c3e0108afd5eae (patch) | |
tree | c7594846d43329ddd835cd80fcb72bb0b73348be /security/p5-Authen-TacacsPlus | |
parent | 3eae81434cc56172f5fbd6ec962c2ae0f4e0435b (diff) | |
download | freebsd-ports-gnome-effaba10ea54dda8793fbf6461c3e0108afd5eae.tar.gz freebsd-ports-gnome-effaba10ea54dda8793fbf6461c3e0108afd5eae.tar.zst freebsd-ports-gnome-effaba10ea54dda8793fbf6461c3e0108afd5eae.zip |
Add p5-Authen-TacacsPlus 0.16, a perl module that provides authentication
using a tacacs+ server.
Diffstat (limited to 'security/p5-Authen-TacacsPlus')
-rw-r--r-- | security/p5-Authen-TacacsPlus/Makefile | 26 | ||||
-rw-r--r-- | security/p5-Authen-TacacsPlus/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Authen-TacacsPlus/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Authen-TacacsPlus/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Authen-TacacsPlus/pkg-plist | 6 |
5 files changed, 40 insertions, 0 deletions
diff --git a/security/p5-Authen-TacacsPlus/Makefile b/security/p5-Authen-TacacsPlus/Makefile new file mode 100644 index 000000000000..2d5c196d8f13 --- /dev/null +++ b/security/p5-Authen-TacacsPlus/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: TacacsPlus +# Date created: Mon Jan 1 04:34:25 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= TacacsPlus +PORTVERSION= 0.16 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Authen +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes +MAKE_ENV+= CCFLAGS="${CFLAGS}" + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +pre-build: + ${PERL} -pi -e "s:CCFLAGS =:CCFLAGS ?=:g" ${WRKSRC}/tacpluslib/Makefile + +.include <bsd.port.mk> diff --git a/security/p5-Authen-TacacsPlus/distinfo b/security/p5-Authen-TacacsPlus/distinfo new file mode 100644 index 000000000000..c7ea63d49490 --- /dev/null +++ b/security/p5-Authen-TacacsPlus/distinfo @@ -0,0 +1 @@ +MD5 (TacacsPlus-0.16.tar.gz) = 6f5fbe80c677dc75c7f7b71ec05c244b diff --git a/security/p5-Authen-TacacsPlus/pkg-comment b/security/p5-Authen-TacacsPlus/pkg-comment new file mode 100644 index 000000000000..493abeb1c6e6 --- /dev/null +++ b/security/p5-Authen-TacacsPlus/pkg-comment @@ -0,0 +1 @@ +A perl module that provides authentication using a tacacs+ server diff --git a/security/p5-Authen-TacacsPlus/pkg-descr b/security/p5-Authen-TacacsPlus/pkg-descr new file mode 100644 index 000000000000..71c8beed8cde --- /dev/null +++ b/security/p5-Authen-TacacsPlus/pkg-descr @@ -0,0 +1,6 @@ +Authen::TacacsPlus is a perl module that provides authentication using a +tacacs+ server. + +Author: Mike Shoyher <msh@corbina.net> + +--will diff --git a/security/p5-Authen-TacacsPlus/pkg-plist b/security/p5-Authen-TacacsPlus/pkg-plist new file mode 100644 index 000000000000..5892d9e50a77 --- /dev/null +++ b/security/p5-Authen-TacacsPlus/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/%%PERL_VERSION%%/man/man3/Authen::TacacsPlus.3 +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/TacacsPlus.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/TacacsPlus/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/TacacsPlus/TacacsPlus.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/TacacsPlus/TacacsPlus.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/TacacsPlus |