20 lines
356 B
Makefile
20 lines
356 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jruby-jars
|
|
PORTVERSION= 9.1.17.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
|
|
|
|
NO_ARCH= yes
|
|
USE_JAVA= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|