From 174b0d13f2779c04d616ac28381a322347edbf6d Mon Sep 17 00:00:00 2001 From: jcs Date: Fri, 28 Sep 2001 21:44:56 +0000 Subject: [PATCH] Import of p5-Authen-Radius-0.05: Authen::Radius is a Perl module that allows one to authenticate/account usernames against a Radius server. --- security/p5-Authen-Radius/Makefile | 30 +++++++++++++++++++++++++++++ security/p5-Authen-Radius/files/md5 | 3 +++ security/p5-Authen-Radius/pkg/DESCR | 2 ++ security/p5-Authen-Radius/pkg/PLIST | 2 ++ 4 files changed, 37 insertions(+) create mode 100644 security/p5-Authen-Radius/Makefile create mode 100644 security/p5-Authen-Radius/files/md5 create mode 100644 security/p5-Authen-Radius/pkg/DESCR create mode 100644 security/p5-Authen-Radius/pkg/PLIST diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile new file mode 100644 index 00000000000..f1e822621db --- /dev/null +++ b/security/p5-Authen-Radius/Makefile @@ -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 + +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 diff --git a/security/p5-Authen-Radius/files/md5 b/security/p5-Authen-Radius/files/md5 new file mode 100644 index 00000000000..da0aad60206 --- /dev/null +++ b/security/p5-Authen-Radius/files/md5 @@ -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 diff --git a/security/p5-Authen-Radius/pkg/DESCR b/security/p5-Authen-Radius/pkg/DESCR new file mode 100644 index 00000000000..4e33435ba96 --- /dev/null +++ b/security/p5-Authen-Radius/pkg/DESCR @@ -0,0 +1,2 @@ +Authen::Radius is a Perl module that allows one to authenticate/account +usernames against a Radius server. diff --git a/security/p5-Authen-Radius/pkg/PLIST b/security/p5-Authen-Radius/pkg/PLIST new file mode 100644 index 00000000000..4b64bbcb005 --- /dev/null +++ b/security/p5-Authen-Radius/pkg/PLIST @@ -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