aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-MockRandom/Makefile
blob: e83af2204f5348638e797ad00e2f3c3663dfd0ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$

PORTNAME=	Test-MockRandom
PORTVERSION=	1.00
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Replaces random number generation with non-random number generation

USES=		perl5
USE_PERL5=	modbuild

MAN3=		Test::MockRandom.3

.include <bsd.port.mk>