mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
7c70613a56
Approved by: portmgr (blanket infrastructure)
21 lines
447 B
Makefile
21 lines
447 B
Makefile
# Created by: Timur I. Bakeyev <bat@cpan.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-MockTime
|
|
PORTVERSION= 0.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Replaces actual time with simulated time
|
|
|
|
BUILD_DEPENDS= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
|
|
RUN_DEPENDS= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|