Import of p5-Authen-Radius-0.05:
Authen::Radius is a Perl module that allows one to authenticate/account usernames against a Radius server.
This commit is contained in:
parent
2f45f56075
commit
174b0d13f2
30
security/p5-Authen-Radius/Makefile
Normal file
30
security/p5-Authen-Radius/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/28 21:44:56 jcs Exp $
|
||||
|
||||
DISTNAME= RadiusPerl-0.05
|
||||
PKGNAME= p5-Authen-Radius-0.05
|
||||
CATEGORIES= security perl
|
||||
NEED_VERSION= 1.462
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
COMMENT= "Perl module to authenticate against a RADIUS server"
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Authen
|
||||
|
||||
MAINTAINER= Joshua Stein <jcs@rt.fm>
|
||||
|
||||
PERL_MODULES= libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${PERL_MODULES}/MD5.pm::security/p5-Digest-MD5
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/${PERL_MODULES}/Authen/
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/Authen/Radius.pm \
|
||||
${PREFIX}/${PERL_MODULES}/Authen/Radius.pm
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-Authen-Radius/files/md5
Normal file
3
security/p5-Authen-Radius/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (RadiusPerl-0.05.tar.gz) = b455bd968d3076f749f1d9ba79d176f6
|
||||
RMD160 (RadiusPerl-0.05.tar.gz) = a3bd14360a6b543c6dafcff519c9fd60608ad6bf
|
||||
SHA1 (RadiusPerl-0.05.tar.gz) = 10b0e928ea232e09ee32ad005638fc8466197ac8
|
2
security/p5-Authen-Radius/pkg/DESCR
Normal file
2
security/p5-Authen-Radius/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Authen::Radius is a Perl module that allows one to authenticate/account
|
||||
usernames against a Radius server.
|
2
security/p5-Authen-Radius/pkg/PLIST
Normal file
2
security/p5-Authen-Radius/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/09/28 21:44:56 jcs Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Authen/Radius.pm
|
Loading…
Reference in New Issue
Block a user