freebsd-ports/devel/p5-Test-MockRandom/Makefile
Emanuel Haupt 81f9983ba4 Add p5-Test-MockRandom 0.99, replaces random number generation with
non-random number generation.

PR:		100749
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-07-25 20:58:24 +00:00

22 lines
564 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= 0.99
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Replaces random number generation with non-random number generation
BUILD_DEPENDS= ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
MAN3= Test::MockRandom.3
.include <bsd.port.mk>