SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
security/p5-Crypt-OpenSSL-Random/Makefile
Normal file
18
security/p5-Crypt-OpenSSL-Random/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT = routines for accessing the OpenSSL prng
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Crypt-OpenSSL-Random-0.15
|
||||
CATEGORIES = security
|
||||
CPAN_AUTHOR = RURBAN
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c crypto perl ssl
|
||||
|
||||
MAKE_ENV += TEST_POD=Yes
|
||||
|
||||
RUN_DEPENDS = security/p5-Crypt-OpenSSL-Guess
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Crypt-OpenSSL-Random/distinfo
Normal file
2
security/p5-Crypt-OpenSSL-Random/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Crypt-OpenSSL-Random-0.15.tar.gz) = 8IdvqhujER45uGqnMMYDIR7/KQXkYMcqV7YejPR1zvQ=
|
||||
SIZE (Crypt-OpenSSL-Random-0.15.tar.gz) = 15506
|
2
security/p5-Crypt-OpenSSL-Random/pkg/DESCR
Normal file
2
security/p5-Crypt-OpenSSL-Random/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module 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 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/Crypt/
|
||||
${P5ARCH}/Crypt/OpenSSL/
|
||||
${P5ARCH}/Crypt/OpenSSL/Random.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Crypt/
|
||||
${P5ARCH}/auto/Crypt/OpenSSL/
|
||||
${P5ARCH}/auto/Crypt/OpenSSL/Random/
|
||||
${P5ARCH}/auto/Crypt/OpenSSL/Random/Random.so
|
||||
@man man/man3p/Crypt::OpenSSL::Random.3p
|
Loading…
Add table
Add a link
Reference in a new issue