opnsense-ports/databases/rubygem-red-plasma/Makefile
Franco Fichtner c90d3d0974 */*: sync with upstream
Taken from: FreeBSD
2023-04-27 09:41:23 +02:00

22 lines
502 B
Makefile

PORTNAME= red-plasma
PORTVERSION= 8.0.0
PORTREVISION= 2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby bindings of Plasma
WWW= https://arrow.apache.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
LIB_DEPENDS= 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>