23 lines
564 B
Makefile
23 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>
|