1b000dfa39
Approved by: clsung via IRC
21 lines
455 B
Makefile
21 lines
455 B
Makefile
# 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>
|