summaryrefslogtreecommitdiff
path: root/devel/rubygem-fugit-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-fugit-gitlab/Makefile')
-rw-r--r--devel/rubygem-fugit-gitlab/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/rubygem-fugit-gitlab/Makefile b/devel/rubygem-fugit-gitlab/Makefile
new file mode 100644
index 000000000000..e9a98bcaa157
--- /dev/null
+++ b/devel/rubygem-fugit-gitlab/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= fugit
+PORTVERSION= 1.11.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Time tools for flor and the floraison project
+WWW= https://github.com/floraison/fugit
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-et-orbi>=1.2.11<2:devel/rubygem-et-orbi \
+ rubygem-raabro>=1.4<2:textproc/rubygem-raabro
+
+USES= gem
+
+NO_ARCH= yes
+
+# Disable rdoc
+OPTIONS_EXCLUDE=DOCS
+
+.include <bsd.port.mk>