aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-jruby-jars/Makefile
blob: 1b8cf376105b620e6e7086ef0d84add9f5e21c90 (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
25
# Created by: Alexander Logvinov <avl@FreeBSD.org>

PORTNAME=	jruby-jars
PORTVERSION=	9.2.13.0
CATEGORIES=	devel rubygems java
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	JAR files from the JRuby distribution

LICENSE=	EPL GPLv2 LGPL21
LICENSE_COMB=	dual

BUILD_DEPENDS=	jgem:lang/jruby
RUN_DEPENDS=	jruby:lang/jruby

USES=		gem
USE_JAVA=	yes
USE_RUBY=	yes

RUBYGEMBIN=	${LOCALBASE}/bin/jgem

NO_ARCH=	yes

.include <bsd.port.mk>