2017-02-25 15:02:33 +01:00
|
|
|
# Created by: Ed Schouten <ed@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= argdata
|
2017-09-08 16:35:32 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 0.7
|
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= 4
|
2017-02-25 15:02:33 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= ed@FreeBSD.org
|
|
|
|
COMMENT= Binary serialisation format inspired by YAML, MessagePack and nvlists
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2017-06-26 17:59:11 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2017-02-25 15:02:33 +01:00
|
|
|
|
|
|
|
USES= cmake compiler:c11 tar:xz
|
|
|
|
USE_LDCONFIG= yes
|
2017-09-08 16:35:32 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= NuxiNL
|
2017-02-25 15:02:33 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|