freebsd-ports/devel/rubygem-jruby-jars/Makefile
Alexander Logvinov 476674e809 JRuby is an implementation of the Ruby language atop the Java virtual machine.
This port contains JAR files from the JRuby distribution.

WWW: http://rubyforge.org/projects/jruby-extras/

Approved by:	tabthorpe, glarkin (mentors, implicit)
Feature safe:	yes
2009-09-16 14:08:07 +00:00

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.3.1
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>