mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
22 lines
428 B
Makefile
22 lines
428 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab_chronic_duration
|
|
PORTVERSION= 0.10.6.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Natural language parser for elapsed time
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-numerizer>=0.2<1:devel/rubygem-numerizer
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|