2008-08-07 23:24:02 +02:00
|
|
|
# Ports collection makefile for: rubygem-activerecord-jdbc-adapter
|
|
|
|
# Date created: 22 July 2008
|
|
|
|
# Whom: Alexander Logvinov <ports@logvinov,com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= activerecord-jdbc-adapter
|
2009-10-04 06:34:01 +02:00
|
|
|
PORTVERSION= 0.9.2
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|