15 lines
294 B
Makefile
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>
|