1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

databases/mongodb-tools: no reason to limit archs

As long as all dependencies build this port will build also.
+ remove mongodb36-tools conflict, the port was removed just before 2023Q2.
This commit is contained in:
Ronald Klop 2023-04-17 00:35:41 +02:00
parent 32ec499aea
commit 59fa77d442
No known key found for this signature in database
GPG Key ID: 551E8E6207A42166

View File

@ -10,9 +10,6 @@ WWW= https://docs.mongodb.com/database-tools/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64
ONLY_FOR_ARCHS_REASON= not yet ported to other architectures
USES= compiler:c++14-lang go localbase
USE_GITHUB= yes
GH_ACCOUNT= mongodb
@ -21,7 +18,7 @@ GH_PROJECT= mongo-tools
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
GO_BUILDFLAGS= -tags "${USE_MY_TAGS}"
CONFLICTS_INSTALL= mongodb36-tools mongodb4[02]-tools
CONFLICTS_INSTALL= mongodb4[02]-tools
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT= BSONDUMP MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \