6f271bd851
PR: ports/142600 Submitted by: pgollucci@
20 lines
425 B
Makefile
20 lines
425 B
Makefile
# 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>
|