Files
ports/math/octave-forge-pythonic/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

27 lines
516 B
Makefile

PORTNAME= octave-forge-pythonic
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.3
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
BUILD_DEPENDS= gsed:textproc/gsed
USES= octave python
USE_GITLAB= yes
GL_ACCOUNT= gnu-octave
GL_PROJECT= octave-pythonic
OCTAVE_SRC= ${GL_PROJECT}-${GL_TAGNAME}
MAKE_ENV+= PYTHON=${PYTHON_CMD} SED=gsed
.include <bsd.port.mk>