19 lines
330 B
Makefile
19 lines
330 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/07/03 21:45:14 sthen Exp $
|
|
|
|
COMMENT = replace random number generation with non-random
|
|
|
|
DISTNAME = Test-MockRandom-1.01
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|