freebsd-ports/databases/rubygem-red-arrow/Makefile
Po-Chuan Hsieh 1f6a7ea93c
databases/rubygem-red-arrow: Update to 13.0.0
- Add arrow and arrow-glib version check to BUILD_DEPENDS
- Add missing arrow to LIB_DEPENDS
- Update WWW and clean up pkg-descr

Changes:	https://arrow.apache.org/release/
2023-09-05 10:10:13 +08:00

28 lines
895 B
Makefile

PORTNAME= red-arrow
PORTVERSION= 13.0.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings of Apache Arrow
WWW= https://arrow.apache.org/ \
https://github.com/apache/arrow/tree/main/ruby/red-arrow
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow \
arrow-glib>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow-glib
LIB_DEPENDS= libarrow.so:databases/arrow \
libarrow-glib.so:databases/arrow-glib
RUN_DEPENDS= rubygem-bigdecimal>=3.1.0:math/rubygem-bigdecimal \
rubygem-extpp>=0.1.1:devel/rubygem-extpp \
rubygem-gio2>=3.5.0:devel/rubygem-gio2 \
rubygem-native-package-installer>=0:devel/rubygem-native-package-installer \
rubygem-pkg-config>=0:devel/rubygem-pkg-config \
USES= gem localbase
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>