Files
ports/math/octave-forge-sqlite/Makefile
T
Stephen Montgomery-Smith 698ef783f4 math/octave: Update to 11.3.0.
- Bump portrevision of all octave-forge-* ports because of major
  update to version number of liboctinterp.so.
2026-06-04 22:44:38 -05:00

24 lines
476 B
Makefile

PORTNAME= octave-forge-sqlite
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.4
PORTREVISION= 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= 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>