opnsense-ports/databases/rubygem-do_postgres/Makefile
2022-09-07 22:33:21 +02:00

16 lines
363 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
WWW= https://rubygems.org/gems/do_postgres
RUN_DEPENDS= rubygem-data_objects>=0.10.17:databases/rubygem-data_objects
USE_RUBY= yes
USES= gem pgsql
.include <bsd.port.mk>