forked from Lainports/freebsd-ports
- Add LICENSE - Update RUN_DEPENDS: use Rails 4 Changes: https://github.com/jruby/activerecord-jdbc-adapter/blob/master/History.md
21 lines
495 B
Makefile
21 lines
495 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov,com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activerecord-jdbc-adapter
|
|
PORTVERSION= 1.3.16
|
|
CATEGORIES= databases rubygems java
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= JDBC adapter for ActiveRecord, for use within JRuby on Rails
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby \
|
|
rubygem-activerecord4>=2.2:${PORTSDIR}/databases/rubygem-activerecord4
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|