blob: 57bae679017bf87b9e54f7e2e4d930abaca14f1b (
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.5.6
CATEGORIES= devel rubygems java
MASTER_SITES= RG
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>
|