2013-06-23 06:44:35 +02:00
|
|
|
# Created by: Alexander Logvinov <ports@logvinov,com>
|
2008-08-07 23:24:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= activerecord-jdbc-adapter
|
2013-07-23 05:36:22 +02:00
|
|
|
PORTVERSION= 1.2.9.1
|
2008-08-07 23:24:02 +02:00
|
|
|
CATEGORIES= databases rubygems java
|
2010-09-09 21:12:56 +02:00
|
|
|
MASTER_SITES= RG
|
2008-08-07 23:24:02 +02:00
|
|
|
|
2010-12-09 00:08:04 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2008-08-07 23:24:02 +02:00
|
|
|
COMMENT= JDBC adapter for ActiveRecord, for use within JRuby on Rails
|
|
|
|
|
|
|
|
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-03-20 23:37:49 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-08-07 23:24:02 +02:00
|
|
|
|
2013-09-20 18:13:47 +02:00
|
|
|
NO_STAGE= yes
|
2008-08-07 23:24:02 +02:00
|
|
|
.include <bsd.port.mk>
|