mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
sysutils/infracost: Add ONLY_FOR_ARCHS
Build requires a 64 bit processor Reported by: fallout
This commit is contained in:
parent
6398d13aeb
commit
b002f0cb01
@ -1,7 +1,7 @@
|
||||
PORTNAME= infracost
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.10.37
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dutra@FreeBSD.org
|
||||
@ -11,6 +11,9 @@ WWW= https://github.com/infracost/infracos
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64
|
||||
ONLY_FOR_ARCHS_REASON= Requires 64-bit processor
|
||||
|
||||
RUN_DEPENDS= terraform:sysutils/terraform \
|
||||
terragrunt:sysutils/terragrunt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user