sqlrelay-nodejs: mark as BROKEN

Has an upper limit of nodejs8, but uses npm which always uses the latest
nodejs.
This commit is contained in:
wiz 2021-01-23 09:35:38 +00:00
parent 479e6c2621
commit 61e7d2b37d

View file

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.25 2020/05/22 10:56:02 adam Exp $
# $NetBSD: Makefile,v 1.26 2021/01/23 09:35:38 wiz Exp $
PKGNAME= ${DISTNAME:S/sqlrelay/sqlrelay-nodejs/}
PKGREVISION= 15
COMMENT= node.js API for SQL Relay
BROKEN= "Wants to install nodejs<=8 and current nodejs via npm"
.include "../../databases/sqlrelay/Makefile.common"
USE_LANGUAGES+= c++11