mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add p5-Authen-SASL-SASLprep 1.01
Authen::SASL::SASLprep implements the SASLprep specification, which describes how to prepare Unicode strings representing user names and passwords for comparison. SASLprep is a profile of the stringprep algorithm. WWW: http://search.cpan.org/dist/Authen-SASL-SASLprep/
This commit is contained in:
parent
9807838aec
commit
411c1509d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380029
@ -423,6 +423,7 @@
|
||||
SUBDIR += p5-Authen-Radius
|
||||
SUBDIR += p5-Authen-SASL
|
||||
SUBDIR += p5-Authen-SASL-Cyrus
|
||||
SUBDIR += p5-Authen-SASL-SASLprep
|
||||
SUBDIR += p5-Authen-Simple
|
||||
SUBDIR += p5-Authen-Simple-DBI
|
||||
SUBDIR += p5-Authen-Simple-DBM
|
||||
|
23
security/p5-Authen-SASL-SASLprep/Makefile
Normal file
23
security/p5-Authen-SASL-SASLprep/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Authen-SASL-SASLprep
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Stringprep Profile for User Names and Passwords (RFC 4013)
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Unicode-Stringprep>=1:${PORTSDIR}/converters/p5-Unicode-Stringprep
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Authen-SASL-SASLprep/distinfo
Normal file
2
security/p5-Authen-SASL-SASLprep/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Authen-SASL-SASLprep-1.01.tar.gz) = c22511138ef1e49c9cfc46e6b8081e1853cb8f3f918de371c9844691ebcc0e32
|
||||
SIZE (Authen-SASL-SASLprep-1.01.tar.gz) = 11949
|
5
security/p5-Authen-SASL-SASLprep/pkg-descr
Normal file
5
security/p5-Authen-SASL-SASLprep/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Authen::SASL::SASLprep implements the SASLprep specification, which describes
|
||||
how to prepare Unicode strings representing user names and passwords for
|
||||
comparison. SASLprep is a profile of the stringprep algorithm.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Authen-SASL-SASLprep/
|
2
security/p5-Authen-SASL-SASLprep/pkg-plist
Normal file
2
security/p5-Authen-SASL-SASLprep/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Authen/SASL/SASLprep.pm
|
||||
%%PERL5_MAN3%%/Authen::SASL::SASLprep.3.gz
|
Loading…
Reference in New Issue
Block a user