1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

MySQL Adapter for DataMapper

WWW: http://github.com/datamapper/dm-mysql-adapter

PR:		ports/150469
Submitted by:	Jyun-Yan You <jyyou at cs.nctu.edu.tw>
This commit is contained in:
Philip M. Gollucci 2010-09-11 20:14:41 +00:00
parent b5d5a59f36
commit 4efbad704c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260996
4 changed files with 30 additions and 0 deletions

View File

@ -702,6 +702,7 @@
SUBDIR += rubygem-dm-core
SUBDIR += rubygem-dm-do-adapter
SUBDIR += rubygem-dm-migrations
SUBDIR += rubygem-dm-mysql-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-mysql-adapter
# Date created: 2010-09-10
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= dm-mysql-adapter
PORTVERSION= 1.0.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= jyyou@cs.nctu.edu.tw
COMMENT= MySQL Adapter for DataMapper
RUN_DEPENDS= rubygem-do_mysql>=0.10.2:${PORTSDIR}/databases/rubygem-do_mysql \
rubygem-dm-do-adapter>=1.0.2:${PORTSDIR}/databases/rubygem-dm-do-adapter
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/dm-mysql-adapter-1.0.2.gem) = a62ce427fcc810dfd292662ccfde8021
SHA256 (rubygem/dm-mysql-adapter-1.0.2.gem) = abc0a151b0b79b1cdf0578e18c78f2b115dae96ab693f0c302221afe41c5ccb7
SIZE (rubygem/dm-mysql-adapter-1.0.2.gem) = 8192

View File

@ -0,0 +1,3 @@
MySQL Adapter for DataMapper
WWW: http://github.com/datamapper/dm-mysql-adapter