From 05cb638c4d10e30f8a5e326205685ad13916caaa Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 26 Feb 2015 17:39:19 +0000 Subject: [PATCH] - Add p5-Authen-SCRAM 0.005 The modules in this distribution implement the Salted Challenge Response Authentication Mechanism (SCRAM) from RFC 5802. WWW: http://search.cpan.org/dist/Authen-SCRAM/ --- security/Makefile | 1 + security/p5-Authen-SCRAM/Makefile | 29 +++++++++++++++++++++++++++++ security/p5-Authen-SCRAM/distinfo | 2 ++ security/p5-Authen-SCRAM/pkg-descr | 4 ++++ security/p5-Authen-SCRAM/pkg-plist | 8 ++++++++ 5 files changed, 44 insertions(+) create mode 100644 security/p5-Authen-SCRAM/Makefile create mode 100644 security/p5-Authen-SCRAM/distinfo create mode 100644 security/p5-Authen-SCRAM/pkg-descr create mode 100644 security/p5-Authen-SCRAM/pkg-plist diff --git a/security/Makefile b/security/Makefile index 895c32771ac3..eabf91cbc4cd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -424,6 +424,7 @@ SUBDIR += p5-Authen-SASL SUBDIR += p5-Authen-SASL-Cyrus SUBDIR += p5-Authen-SASL-SASLprep + SUBDIR += p5-Authen-SCRAM SUBDIR += p5-Authen-Simple SUBDIR += p5-Authen-Simple-DBI SUBDIR += p5-Authen-Simple-DBM diff --git a/security/p5-Authen-SCRAM/Makefile b/security/p5-Authen-SCRAM/Makefile new file mode 100644 index 000000000000..a4de187f2367 --- /dev/null +++ b/security/p5-Authen-SCRAM/Makefile @@ -0,0 +1,29 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Authen-SCRAM +PORTVERSION= 0.005 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Salted Challenge Response Authentication Mechanism (RFC 5802) + +LICENSE= APACHE20 + +BUILD_DEPENDS= p5-Authen-SASL-SASLprep>=0:${PORTSDIR}/security/p5-Authen-SASL-SASLprep \ + p5-Crypt-URandom>=0:${PORTSDIR}/security/p5-Crypt-URandom \ + p5-Moo>=1.001000:${PORTSDIR}/devel/p5-Moo \ + p5-PBKDF2-Tiny>=0.003:${PORTSDIR}/security/p5-PBKDF2-Tiny \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \ + p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + +USE_PERL5= configure +USES= perl5 + +.include diff --git a/security/p5-Authen-SCRAM/distinfo b/security/p5-Authen-SCRAM/distinfo new file mode 100644 index 000000000000..772d15715e45 --- /dev/null +++ b/security/p5-Authen-SCRAM/distinfo @@ -0,0 +1,2 @@ +SHA256 (Authen-SCRAM-0.005.tar.gz) = 23311241549faafa9e61ee436243e24a331bbe6d6db5bfa3168f5fd43c541e91 +SIZE (Authen-SCRAM-0.005.tar.gz) = 22837 diff --git a/security/p5-Authen-SCRAM/pkg-descr b/security/p5-Authen-SCRAM/pkg-descr new file mode 100644 index 000000000000..ae805e011f27 --- /dev/null +++ b/security/p5-Authen-SCRAM/pkg-descr @@ -0,0 +1,4 @@ +The modules in this distribution implement the Salted Challenge Response +Authentication Mechanism (SCRAM) from RFC 5802. + +WWW: http://search.cpan.org/dist/Authen-SCRAM/ diff --git a/security/p5-Authen-SCRAM/pkg-plist b/security/p5-Authen-SCRAM/pkg-plist new file mode 100644 index 000000000000..6ba34f27d223 --- /dev/null +++ b/security/p5-Authen-SCRAM/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Authen/SCRAM.pm +%%SITE_PERL%%/Authen/SCRAM/Client.pm +%%SITE_PERL%%/Authen/SCRAM/Role/Common.pm +%%SITE_PERL%%/Authen/SCRAM/Server.pm +%%PERL5_MAN3%%/Authen::SCRAM.3.gz +%%PERL5_MAN3%%/Authen::SCRAM::Client.3.gz +%%PERL5_MAN3%%/Authen::SCRAM::Role::Common.3.gz +%%PERL5_MAN3%%/Authen::SCRAM::Server.3.gz