diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-09-08 04:14:34 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-09-08 04:14:34 +0000 |
commit | ab8d7b57421b97008bf882af75f7b0f2934aaed0 (patch) | |
tree | 08816f0647c1020dc428d1bf7efda9ae80bc12a9 /textproc/jq | |
parent | dae775ccb880280ae38b49f0d65e33b28b3e057e (diff) |
textproc/jq: Add tests; Improve formatting
Diffstat (limited to 'textproc/jq')
-rw-r--r-- | textproc/jq/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/textproc/jq/Makefile b/textproc/jq/Makefile index 8686097fcaaf..1c2fc839a539 100644 --- a/textproc/jq/Makefile +++ b/textproc/jq/Makefile @@ -11,15 +11,20 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf cpe gmake libtool +USE_CSTD= gnu99 +USE_LDCONFIG= yes + CPE_VENDOR= ${PORTNAME}_project + USE_GITHUB= yes GH_ACCOUNT= stedolan + GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir="${DOCSDIR}" \ --disable-maintainer-mode -USE_CSTD= gnu99 -USE_LDCONFIG= yes + INSTALL_TARGET= install-strip +TEST_TARGET= check # 3 tests fail, see https://github.com/jqlang/jq/issues/2885 PORTDOCS= * |