opnsense-ports/math/p5-Math-Random-MT/Makefile
Franco Fichtner 58e1cbb3e8 */*: sync with upstream
Taken from: FreeBSD
2015-11-29 08:08:37 +01:00

23 lines
480 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:${PORTSDIR}/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>