17 lines
324 B
Makefile
17 lines
324 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jruby-jars
|
|
PORTVERSION= 1.7.9
|
|
CATEGORIES= devel rubygems java
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= JAR files from the JRuby distribution
|
|
|
|
USE_JAVA= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|