ports/math/octave-forge-fileio/Makefile
Stephen Montgomery-Smith 008f3ad886 category/port: math/octave-forge-*
Bump port revision because of library update in math/octave.
2024-06-06 07:33:04 -05:00

23 lines
426 B
Makefile

PORTNAME= octave-forge-fileio
DISTVERSION= 1.2.2
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= octave
USE_GITHUB= yes
GH_ACCOUNT= reprostat
GH_PROJECT= fileio
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
NO_ARCH= yes
NO_BUILD= yes
.include <bsd.port.mk>