openbsd-ports/devel/p5-BSD-arc4random/Makefile
2022-03-11 18:49:30 +00:00

21 lines
317 B
Makefile

COMMENT = perl interface to the arc4 random number generator
DISTNAME = BSD-arc4random-1.50
REVISION = 6
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# MirOS Licence
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
post-extract:
rm ${WRKSRC}/arc4random.c
.include <bsd.port.mk>