16 lines
293 B
Makefile
16 lines
293 B
Makefile
COMMENT= interface to the ISAAC PRNG algorithm
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Math-Random-ISAAC-1.004
|
|
CATEGORIES= math
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
REVISION= 1
|
|
|
|
# CC0 License
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
TEST_DEPENDS= devel/p5-Test-LeakTrace \
|
|
devel/p5-Test-NoWarnings
|
|
|
|
.include <bsd.port.mk>
|