aboutsummaryrefslogtreecommitdiff
path: root/www/redmine-graphs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/redmine-graphs/Makefile')
-rw-r--r--www/redmine-graphs/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/redmine-graphs/Makefile b/www/redmine-graphs/Makefile
new file mode 100644
index 000000000000..2df8fe1a9eac
--- /dev/null
+++ b/www/redmine-graphs/Makefile
@@ -0,0 +1,23 @@
+# Created by: Mark Felder <feld@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= graphs
+PORTVERSION= 0.0.20150823
+CATEGORIES= www
+PKGNAMEPREFIX= redmine-
+
+MAINTAINER= feld@FreeBSD.org
+COMMENT= Additional Redmine graphs
+
+LICENSE= GPLv2+
+
+NO_ARCH= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= bradbeattie
+GH_PROJECT= redmine-graphs-plugin
+GH_TAGNAME= 3d44b4f
+
+REDMINE_PLUGIN_NAME= redmine_${PORTNAME}
+
+.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"