aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activerecord-jdbc-adapter/Makefile
blob: 08892a8005e4f13185a16a7a671ebc5ce4f77549 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Alexander Logvinov <ports@logvinov,com>

PORTNAME=	activerecord-jdbc-adapter
PORTVERSION=	51.0
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-activerecord5>=5.1.0:databases/rubygem-activerecord5

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>