22 lines
490 B
Makefile
22 lines
490 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov,com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activerecord-jdbc-adapter
|
|
PORTVERSION= 1.3.22
|
|
CATEGORIES= databases rubygems java
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= JDBC adapter for ActiveRecord, for use within JRuby on Rails
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= jruby:lang/jruby \
|
|
rubygem-activerecord4>=2.2:databases/rubygem-activerecord4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|