2013-07-05 22:59:44 +02:00
|
|
|
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
2008-09-24 09:26:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= octave-forge-benchmark
|
2009-05-27 01:03:12 +02:00
|
|
|
PORTVERSION= 1.1.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
2018-07-30 00:18:44 +02:00
|
|
|
PORTREVISION= 19
|
2008-09-24 09:26:36 +02:00
|
|
|
CATEGORIES= benchmarks math
|
|
|
|
|
2011-06-14 09:38:51 +02:00
|
|
|
MAINTAINER= stephen@FreeBSD.org
|
2008-09-24 09:26:36 +02:00
|
|
|
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
|
|
|
|
2014-01-12 20:21:08 +01:00
|
|
|
LICENSE= GPLv2
|
2014-06-23 02:09:12 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-01-12 20:21:08 +01:00
|
|
|
|
2013-07-05 22:59:44 +02:00
|
|
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
|
|
|
.include <bsd.port.mk>
|