9c7ec30e93f9d4bcf7dd7b213b582ac05138e31f b38ff7a19b6c3dbe3007d1f88d12e600b5a288a8 Could not find compatible versions Because every version of gitlab-backup-cli depends on bigdecimal ~> 3.1 and bigdecimal >= 3.1, < 4.A could not be found in locally installed gems, gitlab-backup-cli cannot be used. So, because Gemfile depends on gitlab-backup-cli >= 0, version solving has failed. *** Error code 6
18 lines
364 B
Makefile
18 lines
364 B
Makefile
PORTNAME= bigdecimal
|
|
PORTVERSION= 3.3.1
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Arbitrary-precision decimal floating-point number class
|
|
WWW= https://github.com/ruby/bigdecimal
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|