aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-timer/Makefile
blob: afe8c2068456d3756645a2b8170e4d9c7397a5ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>