mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
334 B
Makefile
19 lines
334 B
Makefile
COMMENT = routines for accessing the OpenSSL prng
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Crypt-OpenSSL-Random-0.17
|
|
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>
|