blob: 2e2c17ce5f357561a4bbf1d46ace7f31e8d464e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Ports collection makefile for: rubygem-activerecord-jdbcmysql-adapter
# Date created: 22 July 2008
# Whom: Alexander Logvinov <ports@logvinov,com>
#
# $FreeBSD$
PORTNAME= activerecord-jdbcmysql-adapter
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= databases rubygems java
MASTER_SITES= RG
MAINTAINER= avl@FreeBSD.org
COMMENT= An ActiveRecord driver for MySQL using JDBC running under JRuby
RUN_DEPENDS= rubygem-jdbc-mysql>=5.0.4:${PORTSDIR}/databases/rubygem-jdbc-mysql \
rubygem-activerecord-jdbc-adapter=0.9.2:${PORTSDIR}/databases/rubygem-activerecord-jdbc-adapter \
jruby:${PORTSDIR}/lang/jruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|