mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 10:33:12 -04:00
23 lines
469 B
Makefile
23 lines
469 B
Makefile
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>
|