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

15 lines
319 B
Makefile

PORTNAME= do_postgres
PORTVERSION= 0.10.17
PORTREVISION= 2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver for PostgreSQL
RUN_DEPENDS= rubygem-data_objects>=0.10.17:databases/rubygem-data_objects
USE_RUBY= yes
USES= gem pgsql
.include <bsd.port.mk>