- Add databases/rubygem-dm-postgres-adapter, a PostgreSQL Adapter for DataMapper.

WWW: https://github.com/datamapper/dm-postgres-adapter
This commit is contained in:
Stanislav Sedov 2011-02-11 04:58:52 +00:00
parent a4f901cda2
commit e3a84c2eae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268909
4 changed files with 29 additions and 0 deletions

View file

@ -747,6 +747,7 @@
SUBDIR += rubygem-dm-do-adapter
SUBDIR += rubygem-dm-migrations
SUBDIR += rubygem-dm-mysql-adapter
SUBDIR += rubygem-dm-postgres-adapter
SUBDIR += rubygem-dm-serializer
SUBDIR += rubygem-dm-timestamps
SUBDIR += rubygem-dm-transactions

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: rubygem-dm-postgres-adapter
# Date created: 02/10/2011
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= dm-postgres-adapter
PORTVERSION= 1.0.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= PostgreSQL Adapter for DataMapper
RUN_DEPENDS= rubygem-do_postgres>=0.10.2:${PORTSDIR}/databases/rubygem-do_postgres \
rubygem-dm-do-adapter>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-do-adapter
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/dm-postgres-adapter-1.0.2.gem) = 9292e10d6207703bfeba201e92b1c73931146f5f13e522a5f2dbb226f3444a25
SIZE (rubygem/dm-postgres-adapter-1.0.2.gem) = 8192

View file

@ -0,0 +1,3 @@
PostgreSQL Adapter for DataMapper
WWW: https://github.com/datamapper/dm-postgres-adapter