2012-12-25 12:28:21 +01:00
|
|
|
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= timeDate
|
2018-03-17 16:51:26 +01:00
|
|
|
DISTVERSION= 3043.102
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
2012-12-25 12:28:21 +01:00
|
|
|
CATEGORIES= finance
|
2017-12-18 08:13:54 +01:00
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
2012-12-25 12:28:21 +01:00
|
|
|
|
2013-01-16 21:15:07 +01:00
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
2017-12-18 08:13:54 +01:00
|
|
|
COMMENT= Rmetrics - Chronological and Calendar Objects
|
2012-12-25 12:28:21 +01:00
|
|
|
|
2017-12-18 08:13:54 +01:00
|
|
|
LICENSE= GPLv2+
|
2012-12-25 12:28:21 +01:00
|
|
|
|
2017-12-18 08:13:54 +01:00
|
|
|
TEST_DEPENDS= R-cran-RUnit>0:devel/R-cran-RUnit
|
|
|
|
|
|
|
|
USES= cran:auto-plist
|
2012-12-25 12:28:21 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|