1PORTNAME= dm-postgres-adapter 2PORTVERSION= 1.2.0 3PORTREVISION= 2 4CATEGORIES= databases rubygems 5MASTER_SITES= RG 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= PostgreSQL Adapter for DataMapper 9WWW= https://github.com/datamapper/dm-postgres-adapter 10 11LICENSE= mit 12 13BUILD_DEPENDS= ${RUN_DEPENDS} 14RUN_DEPENDS= rubygem-dm-do-adapter>=${PORTVERSION}:databases/rubygem-dm-do-adapter \ 15 rubygem-do_postgres>=0.10.6:databases/rubygem-do_postgres 16 17NO_ARCH= yes 18 19USES= gem 20 21.include <bsd.port.mk> 22