aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-gitlab_chronic_duration/Makefile
blob: d66983e5e5139762ca9ea98f97cfa36b3444e85b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	gitlab_chronic_duration
PORTVERSION=	0.12.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Natural language parser for elapsed time
WWW=		https://gitlab.com/gitlab-org/gitlab-chronic-duration

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-numerizer>=0.2<1:devel/rubygem-numerizer

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>