mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
13 lines
228 B
Makefile
13 lines
228 B
Makefile
COMMENT = interface to arc4random(3) on OpenBSD
|
|
DISTNAME = Unix-OpenBSD-Random-0.01
|
|
CATEGORIES = security
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = perl c
|
|
MODULES = cpan
|
|
TEST_DEPENDS = devel/p5-Test-Most
|
|
|
|
.include <bsd.port.mk>
|