aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-MockRandom/Makefile
blob: 1b12d167229589498feaf3448a82078721af46e7 (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>

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

LICENSE=	APACHE20

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>