Add p5-Crypt-OpenSSL-Random, a Perl5 interface to the OpenSSL
pseudo-random number generator. PR: ports/30107 Submitted by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
This commit is contained in:
parent
ed7de446e6
commit
543ac93058
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47648
6 changed files with 40 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
|||
SUBDIR += p5-Crypt-DES
|
||||
SUBDIR += p5-Crypt-ECB
|
||||
SUBDIR += p5-Crypt-IDEA
|
||||
SUBDIR += p5-Crypt-OpenSSL-Random
|
||||
SUBDIR += p5-Crypt-Rijndael
|
||||
SUBDIR += p5-Crypt-SSLeay
|
||||
SUBDIR += p5-Crypt-TripleDES
|
||||
|
|
25
security/p5-Crypt-OpenSSL-Random/Makefile
Normal file
25
security/p5-Crypt-OpenSSL-Random/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Crypt-OpenSSL-Random
|
||||
# Date created: 2001/08/27
|
||||
# Whom: nork@cityfujisawa.ne.jp
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Crypt-OpenSSL-Random
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Crypt
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= nork@cityfujisawa.ne.jp
|
||||
|
||||
RESTRICTED= "Crypto; export-controlled"
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Crypt::OpenSSL::Random.3
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-Crypt-OpenSSL-Random/distinfo
Normal file
1
security/p5-Crypt-OpenSSL-Random/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Crypt-OpenSSL-Random-0.02.tar.gz) = ac1bdfd627c9fc825316e6f414db7c5f
|
1
security/p5-Crypt-OpenSSL-Random/pkg-comment
Normal file
1
security/p5-Crypt-OpenSSL-Random/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl5 interface to the OpenSSL pseudo-random number generator
|
2
security/p5-Crypt-OpenSSL-Random/pkg-descr
Normal file
2
security/p5-Crypt-OpenSSL-Random/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Crypt::OpenSSL::Random provides the ability to seed and
|
||||
query the OpenSSL library's pseudo-random number generator.
|
10
security/p5-Crypt-OpenSSL-Random/pkg-plist
Normal file
10
security/p5-Crypt-OpenSSL-Random/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL/Random.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Random/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Random/Random.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Random/Random.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Random/autosplit.ix
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/Random
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/OpenSSL 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL 2>/dev/null || true
|
Loading…
Reference in a new issue