aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-MockRandom/Makefile
blob: 4a5ea82b01753dac2671334eb88d3befcdacfba4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Test-MockRandom
PORTVERSION=	1.01
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Replaces random number generation with non-random number generation
WWW=		https://metacpan.org/release/Test-MockRandom

LICENSE=	APACHE20

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>