mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
67bd000395
- Reset maintainership Changes: http://search.cpan.org/dist/Test-MockRandom/Changes PR: ports/119402 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
22 lines
457 B
Makefile
22 lines
457 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= 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>
|