mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
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
26 lines
516 B
Makefile
26 lines
516 B
Makefile
PORTNAME= octave-forge-pythonic
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.3
|
|
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
|
|
|
|
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>
|