afresh1 07a64a758a Import security/p5-Unix-OpenBSD-Random
A wafer-thin wrapper around the arc4random(3) library function.

OK sthen@
2020-08-13 03:06:01 +00:00

15 lines
294 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2020/08/13 03:06:01 afresh1 Exp $
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>