mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
008f3ad886
Bump port revision because of library update in math/octave.
24 lines
529 B
Makefile
24 lines
529 B
Makefile
PORTNAME= octave-forge-divand
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 21
|
|
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/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
|
|
|
|
USES= octave
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
OCTAVE_SRC= ${OCTAVE_PKGNAME}
|
|
WRKSRC= ${WRKDIR}/${OCTAVE_SRC}
|
|
|
|
.include <bsd.port.mk>
|