summaryrefslogtreecommitdiff
path: root/math/octave-forge-automatic-differentiation/Makefile
blob: 8c842f23a5edeaa94cb663ff068058bd7e388af9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	octave-forge-automatic-differentiation
DISTVERSION=	1.0.0
PORTREVISION=	6
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_GITHUB=	yes
GH_ACCOUNT=	StevenWaldrip
GH_PROJECT=	Automatic-Differentiation

NO_ARCH=	yes
NO_BUILD=	yes

OCTAVE_SRC=		${GH_PROJECT}-${DISTVERSION}

.include <bsd.port.mk>