opnsense-ports/devel/p5-Test-MockDateTime/Makefile
Franco Fichtner 2cedb4770e */*: sync with upstream
Taken from: HardenedBSD
2017-10-15 08:37:18 +02:00

22 lines
426 B
Makefile

# $FreeBSD$
PORTNAME= Test-MockDateTime
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Mock DateTime->now calls during tests
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DateTime-Format-DateParse>=0:devel/p5-DateTime-Format-DateParse
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>