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
|
2017-12-27 20:52:36 +01:00
|
|
|
PORTVERSION= 51.0
|
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
|
2014-06-10 09:39:01 +02:00
|
|
|
COMMENT= ActiveRecord driver for MySQL using JDBC running under JRuby
|
2008-08-08 12:28:41 +02:00
|
|
|
|
2015-05-10 22:16:50 +02:00
|
|
|
LICENSE= MIT
|
2015-11-06 09:51:15 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2015-05-10 22:16:50 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= jruby:lang/jruby \
|
|
|
|
rubygem-activerecord-jdbc-adapter>=${PORTVERSION}:databases/rubygem-activerecord-jdbc-adapter \
|
2017-12-27 20:52:36 +01:00
|
|
|
rubygem-jdbc-mysql>=5.1.36:databases/rubygem-jdbc-mysql
|
2008-08-08 12:28:41 +02:00
|
|
|
|
2015-07-01 19:46:26 +02:00
|
|
|
NO_ARCH= yes
|
2008-08-08 12:28:41 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2008-08-08 12:28:41 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|