ports/math/octave-forge-automatic-differentiation/Makefile
Stephen Montgomery-Smith 008f3ad886 category/port: math/octave-forge-*
Bump port revision because of library update in math/octave.
2024-06-06 07:33:04 -05:00

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>