blob: 8b4999039dbc38f4dd1cee278dbfca14d3bea72f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Ports collection makefile for: rubygem-jruby-jars
# Date created: 16 September 2009
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= jruby-jars
PORTVERSION= 1.4.0
CATEGORIES= devel rubygems java
MASTER_SITES= RF/jruby-extras
MAINTAINER= avl@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>
|