opnsense-ports/math/p5-Math-Random-MT-Auto/Makefile
2022-09-07 22:33:21 +02:00

24 lines
609 B
Makefile

PORTNAME= Math-Random-MT-Auto
PORTVERSION= 6.23
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Auto-seeded Mersenne Twister PRNGs
WWW= https://metacpan.org/release/Math-Random-MT-Auto
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exception-Class>=1.32:devel/p5-Exception-Class \
p5-Object-InsideOut>=3.88:devel/p5-Object-InsideOut
TEST_DEPENDS= p5-libwww>=0:www/p5-libwww
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/MT/Auto/Auto.so
.include <bsd.port.mk>