aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-timers/Makefile
blob: 312ccb496f23ed808d29c4a92c49b182d562b87c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	timers
PORTVERSION=	4.4.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Pure Ruby one-shot and periodic timers
WWW=		https://github.com/socketry/timers

LICENSE=	MIT

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>