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>
|