aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-timer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-timer/Makefile')
-rw-r--r--math/octave-forge-timer/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/octave-forge-timer/Makefile b/math/octave-forge-timer/Makefile
new file mode 100644
index 000000000000..afe8c2068456
--- /dev/null
+++ b/math/octave-forge-timer/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= octave-forge-timer
+DISTVERSION= 0.1.2
+CATEGORIES= math
+
+MAINTAINER= stephen@FreeBSD.org
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+WWW= https://packages.octave.org/
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
+
+USES= octave
+USE_GITLAB= yes
+GL_ACCOUNT= farhi
+GL_PROJECT= octave-timer
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+OCTAVE_SRC= ${GL_PROJECT}-${GL_TAGNAME}
+
+.include <bsd.port.mk>