18 lines
351 B
Makefile
18 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:23:56 espie Exp $
|
|
|
|
COMMENT= interface to the ISAAC PRNG algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Math-Random-ISAAC-1.004
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= David Hill <dhill@mindcry.org>
|
|
|
|
# CC0 License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
TEST_DEPENDS= devel/p5-Test-LeakTrace \
|
|
devel/p5-Test-NoWarnings
|
|
|
|
.include <bsd.port.mk>
|