aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-timecop/Makefile
blob: 91da2d6c19e3fb941c62df562818c08e7b9a897a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>