mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Adding port security/p5-Authen-Simple-RADIUS, RADIUS extension for security/p5-Authen-Simple.
Approved by: tobez (implicit)
This commit is contained in:
parent
378ea9059c
commit
ed9a86da78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163117
5 changed files with 43 additions and 0 deletions
|
@ -298,6 +298,7 @@
|
|||
SUBDIR += p5-Authen-Simple-Net
|
||||
SUBDIR += p5-Authen-Simple-PAM
|
||||
SUBDIR += p5-Authen-Simple-Passwd
|
||||
SUBDIR += p5-Authen-Simple-RADIUS
|
||||
SUBDIR += p5-Authen-Simple-SMB
|
||||
SUBDIR += p5-Authen-Simple-SSH
|
||||
SUBDIR += p5-Authen-Smb
|
||||
|
|
32
security/p5-Authen-Simple-RADIUS/Makefile
Normal file
32
security/p5-Authen-Simple-RADIUS/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: Authen-Simple-RADIUS
|
||||
# Date created: 22 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Authen-Simple-RADIUS
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Authen
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Simple RADIUS authentication
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \
|
||||
${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Authen::Simple::RADIUS.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
security/p5-Authen-Simple-RADIUS/distinfo
Normal file
3
security/p5-Authen-Simple-RADIUS/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Authen-Simple-RADIUS-0.1.tar.gz) = e5a5bc72f2b8f8fe0e5a9eff085e23b2
|
||||
SHA256 (Authen-Simple-RADIUS-0.1.tar.gz) = 5f8e2d8535eda60ae9842cf24f38e6ecaf2e85ca3a391ecb3fcbbc98f26caf5e
|
||||
SIZE (Authen-Simple-RADIUS-0.1.tar.gz) = 2726
|
4
security/p5-Authen-Simple-RADIUS/pkg-descr
Normal file
4
security/p5-Authen-Simple-RADIUS/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Authentication via RADIUS.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Authen-Simple-Net-RADIUS
|
||||
Author: Christian Hansen <ch@ngmedia.com>
|
3
security/p5-Authen-Simple-RADIUS/pkg-plist
Normal file
3
security/p5-Authen-Simple-RADIUS/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/Authen/Simple/RADIUS.pm
|
||||
@dirrmtry %%SITE_PERL%%/Authen/Simple
|
||||
@dirrmtry %%SITE_PERL%%/Authen
|
Loading…
Add table
Reference in a new issue