16 lines
270 B
Makefile
16 lines
270 B
Makefile
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>
|