mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
21 lines
428 B
Makefile
21 lines
428 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:${PORTSDIR}/databases/rubygem-data_objects
|
|
|
|
USES+= pgsql
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|