2009-05-01 13:07:02 +02:00
|
|
|
# New ports collection makefile for: rubygem-do_postgres
|
|
|
|
# Date created: 28 April 2009
|
|
|
|
# Whom: Espen Volden aka voldern <voldern@hoeggen.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= do_postgres
|
2011-10-31 01:32:30 +01:00
|
|
|
PORTVERSION= 0.10.7
|
2009-05-01 13:07:02 +02:00
|
|
|
CATEGORIES= databases rubygems
|
2010-09-11 22:03:42 +02:00
|
|
|
MASTER_SITES= RG
|
2009-05-01 13:07:02 +02:00
|
|
|
|
|
|
|
MAINTAINER= voldern@hoeggen.net
|
|
|
|
COMMENT= Ruby DataObjects driver for PostgreSQL
|
|
|
|
|
2011-11-02 19:05:08 +01:00
|
|
|
RUN_DEPENDS= rubygem-data_objects>=0.10.7:${PORTSDIR}/databases/rubygem-data_objects
|
2010-01-28 23:57:12 +01:00
|
|
|
|
2009-05-01 13:07:02 +02:00
|
|
|
USE_PGSQL= yes
|
2010-09-11 22:03:42 +02:00
|
|
|
|
2009-05-01 13:07:02 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|