aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-jruby-jars/Makefile
blob: f3927bfc11094be1f7ba43df9e12343e14e8c7f1 (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 <avl@FreeBSD.org>
# $FreeBSD$

PORTNAME=   jruby-jars
PORTVERSION=    1.7.25
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

USE_JAVA=   yes
NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>