aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-chronic_duration/Makefile
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-07-27 10:55:43 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-07-27 10:55:43 +0000
commitf5ea47db823581e5f024b4fd2d42af0d48f286cc (patch)
tree81cf7b4108abe5c4d5cf7026a537d9d544066314 /devel/rubygem-chronic_duration/Makefile
parentc1ff5bbef3b15c89bb3ff0edffba46c2c7c28258 (diff)
Notes
Diffstat (limited to 'devel/rubygem-chronic_duration/Makefile')
-rw-r--r--devel/rubygem-chronic_duration/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/rubygem-chronic_duration/Makefile b/devel/rubygem-chronic_duration/Makefile
new file mode 100644
index 000000000000..c53d42427031
--- /dev/null
+++ b/devel/rubygem-chronic_duration/Makefile
@@ -0,0 +1,21 @@
+# 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>