mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Required for gitlab-ce 16.4 Changelog: https://gitlab.com/gitlab-org/ruby/gems/gitlab-chronic-duration/-/commits/master/
19 lines
405 B
Makefile
19 lines
405 B
Makefile
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>
|