mirror of https://git.FreeBSD.org/ports.git
19 lines
357 B
Makefile
19 lines
357 B
Makefile
PORTNAME= gitlab-chronic
|
|
PORTVERSION= 0.10.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Natural language date/time parser written in pure Ruby
|
|
WWW= https://github.com/mojombo/chronic
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-numerizer>=0.2<1.0:devel/rubygem-numerizer
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|