opnsense-ports/databases/rubygem-red-parquet/Makefile
Franco Fichtner 3e02d2b4f1 */*: sync with upstream
Taken from: FreeBSD
2024-04-15 19:12:18 +02:00

25 lines
723 B
Makefile

PORTNAME= red-parquet
PORTVERSION= 15.0.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings of Apache Parquet
WWW= https://arrow.apache.org/ \
https://github.com/apache/arrow/tree/master/ruby/red-parquet
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow \
arrow-glib>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow-glib \
rubygem-rake>=0:devel/rubygem-rake
LIB_DEPENDS= libarrow.so:databases/arrow \
libarrow-glib.so:databases/arrow-glib
RUN_DEPENDS= rubygem-red-arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-red-arrow
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>