mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
4b5e1a0ee0
PR: 163382 Submitted by: pgollucci
25 lines
478 B
Makefile
25 lines
478 B
Makefile
# New ports collection makefile for: rjb
|
|
# Date created: 2011-09-11
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rjb
|
|
PORTVERSION= 1.3.8
|
|
CATEGORIES= java ruby
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR=rjb
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= Build system for Java-based applications
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
USE_JAVA= yes
|
|
GEM_ENV= JAVA_HOME=${JAVA_HOME}
|
|
#On amd64, rjb hangs in umtxn
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.include <bsd.port.mk>
|