opnsense-ports/databases/rubygem-data_objects/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

18 lines
345 B
Makefile

PORTNAME= data_objects
PORTVERSION= 0.10.17
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Unified Ruby API for popular databases
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.1:www/rubygem-addressable
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>