blob: d0611a530cd397609c05f5bf078829e12a0af392 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= octave-forge-hdf5oct
DISTVERSION= 1.0.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= https://packages.octave.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/../COPYING
USES= octave
USE_GITHUB= yes
GH_ACCOUNT= gapost
GH_PROJECT= hdf5oct
OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
.include <bsd.port.mk>
|