# $MidnightBSD: trunk/math/p5-Math-Random-ISAAC-XS/Makefile 18909 2015-05-10 15:11:12Z laffer1 $

PORTNAME=	Math-Random-ISAAC-XS
PORTVERSION=	1.004
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:JAWNSY
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	C implementation of the ISAAC PRNG Algorithm

LICENSE=	artistic gpl mit publicdom
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>
