Files
ports/databases/rubygem-do_postgres/Makefile
Steve Wills b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00

18 lines
387 B
Makefile

# Created by: Espen Volden aka voldern <voldern@hoeggen.net>
# $FreeBSD$
PORTNAME= do_postgres
PORTVERSION= 0.10.13
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver for PostgreSQL
RUN_DEPENDS= rubygem-data_objects>=0.10.13:databases/rubygem-data_objects
USE_RUBY= yes
USES= gem:autoplist pgsql
.include <bsd.port.mk>