9920d3ae65
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR. If an elf(5) file is bundles as part of the package, but is not meant to be run directly (i.e. the elf(5) file is a payload, and not compiled) then those files can be added to NO_ARCH_IGNORE to avoid the check from failing, Changes to ports: - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH removed. - Ports that have elf(5) payloads have had those files added to NO_ARCH_IGNORE. - R-cran ports that do not set USES=cran:compiles have NO_ARCH set, PR: 218976 Reviewed by: antoine, mat Approved by: portmgr
21 lines
493 B
Makefile
21 lines
493 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tarantool
|
|
PORTVERSION= 0.4.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= Tarantool KV-storage client
|
|
|
|
RUN_DEPENDS= rubygem-bin_utils>=0.0.3:devel/rubygem-bin_utils \
|
|
rubygem-iproto>=0.3:net/rubygem-iproto \
|
|
rubygem-murmurhash3>=0.1.1:devel/rubygem-murmurhash3 \
|
|
rubygem-sumbur>=0.0.2:devel/rubygem-sumbur
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|