diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 09:39:52 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 09:39:52 +0000 |
commit | 7bbb485bfd66e4277856283d07aba7a71ab3f6b9 (patch) | |
tree | 0d72072e51ddfe865a45ef6b946c9066eadf25cb /security/p5-Authen-TacacsPlus | |
parent | aebb30a1c11ac9d8d3525264fa1327f5a2e700f5 (diff) | |
download | ports-7bbb485bfd66e4277856283d07aba7a71ab3f6b9.tar.gz ports-7bbb485bfd66e4277856283d07aba7a71ab3f6b9.zip |
Notes
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 |