476674e809
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
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.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>
|