mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
17 lines
313 B
Makefile
17 lines
313 B
Makefile
PORTNAME= timecop
|
|
PORTVERSION= 0.9.10
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Mock current time to test time-dependent code
|
|
WWW= https://github.com/travisjeffery/timecop
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|