mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
24 lines
468 B
Makefile
24 lines
468 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-Random-MT
|
|
PORTVERSION= 1.17
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= The Mersenne Twister PRNG
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
TEST_DEPENDS= p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/MT/MT.so
|
|
|
|
.include <bsd.port.mk>
|