aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-MockRandom/Makefile
blob: f2e9be49906a43801114ee80c269734ed75e1730 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New Ports Collection Makefile for:	p5-Test-MockRandom
# Date created:				2006-07-23
# Whom:					Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
# $FreeBSD$

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

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

PERL_MODBUILD=	yes

PERL_CONFIGURE=	yes

MAN3=		Test::MockRandom.3

.include <bsd.port.mk>