20 lines
384 B
Makefile
20 lines
384 B
Makefile
# Created by Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= gitlab-chronic
|
|
PORTVERSION= 0.10.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Natural language date/time parser written in pure Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-numerizer>=0.2<1.0:devel/rubygem-numerizer
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|