2013-06-23 06:44:48 +02:00
|
|
|
# Created by: Alexander Logvinov <ports@logvinov,com>
|
2008-08-08 12:28:41 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= activerecord-jdbcmysql-adapter
|
2013-06-23 06:44:48 +02:00
|
|
|
PORTVERSION= 1.2.9
|
2008-08-08 12:28:41 +02:00
|
|
|
CATEGORIES= databases rubygems java
|
2010-09-09 21:12:56 +02:00
|
|
|
MASTER_SITES= RG
|
2008-08-08 12:28:41 +02:00
|
|
|
|
2010-12-09 00:08:04 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2008-08-08 12:28:41 +02:00
|
|
|
COMMENT= An ActiveRecord driver for MySQL using JDBC running under JRuby
|
|
|
|
|
2013-06-23 06:44:48 +02:00
|
|
|
RUN_DEPENDS= rubygem-jdbc-mysql>=5.1.0:${PORTSDIR}/databases/rubygem-jdbc-mysql \
|
|
|
|
rubygem-activerecord-jdbc-adapter>=1.2.9:${PORTSDIR}/databases/rubygem-activerecord-jdbc-adapter \
|
2008-08-08 12:28:41 +02:00
|
|
|
jruby:${PORTSDIR}/lang/jruby
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-03-20 23:37:52 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-08-08 12:28:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|