mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
2084ddec6f
This module uses whatever interface is available to procure cryptographically random data from the system. Needed to update www/p5-WWW-OAuth OK sthen@
13 lines
238 B
Makefile
13 lines
238 B
Makefile
COMMENT = perl interface to system randomness
|
|
DISTNAME = Crypt-SysRandom-0.007
|
|
CATEGORIES = security
|
|
PKG_ARCH = *
|
|
|
|
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|