mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
18 lines
415 B
Makefile
18 lines
415 B
Makefile
PORTNAME= octave-forge-linear-algebra
|
|
PORTVERSION= 2.2.3
|
|
PORTREVISION= 8
|
|
PORTEPOCH= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases
|
|
DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
WWW= https://packages.octave.org/
|
|
|
|
USES= octave
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
.include <bsd.port.mk>
|