aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-MockRandom/Makefile
blob: 03e4d70b6428e3c848690b66ba030741e9165c0a (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= perl@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>