18 lines
381 B
Makefile
18 lines
381 B
Makefile
# Created by: Espen Volden aka voldern <voldern@hoeggen.net>
|
|
|
|
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>
|