freebsd-ports/databases/rubygem-do_postgres/Makefile
Philip M. Gollucci 19334d785f - Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
2011-11-02 18:05:08 +00:00

24 lines
514 B
Makefile

# 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
PORTVERSION= 0.10.7
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= voldern@hoeggen.net
COMMENT= Ruby DataObjects driver for PostgreSQL
RUN_DEPENDS= rubygem-data_objects>=0.10.7:${PORTSDIR}/databases/rubygem-data_objects
USE_PGSQL= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>