ports/math/octave-forge-sqlite/Makefile
Stephen Montgomery-Smith c92f309e94 math/octave: Update to 9.1.0.
math/octave-forge: Bump portrevision.
Mark broken and set optional dependency to off in math/octave-forge:

math/octave-forge-bioinfo
math/octave-forge-coder
math/octave-forge-financial
math/octave-forge-fits
math/octave-forge-fuzzy-logic-toolkit
math/octave-forge-gnuplot
math/octave-forge-informationtheory
math/octave-forge-irsa
math/octave-forge-level-set
math/octave-forge-nnet
math/octave-forge-plot
math/octave-forge-queueing
math/octave-forge-symband
2024-03-16 18:28:02 -05:00

23 lines
476 B
Makefile

PORTNAME= octave-forge-sqlite
DISTVERSIONPREFIX= v
PORTREVISION= 1
DISTVERSION= 0.1.0
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= autoreconf octave pkgconfig sqlite
USE_GITHUB= yes
GH_ACCOUNT= gnu-octave
GH_PROJECT= octave-sqlite
GNU_CONFIGURE= yes
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
.include <bsd.port.mk>