ports/devel/rubygem-chronic_duration/Makefile
Torsten Zuehlsdorff f5ea47db82 New port: devel/rubygem-chronic_duration
A simple Ruby natural language parser for elapsed time. (For example, 4 hours
and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds.

WWW: https://github.com/hpoydar/chronic_duration

Approved by: pi (mentor)
2016-07-27 10:55:43 +00:00

21 lines
411 B
Makefile

# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= chronic_duration
PORTVERSION= 0.10.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Natural language parser for elapsed time
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-numerizer>=0.1.1:devel/rubygem-numerizer
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>