1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/java/rubygem-rjb/Makefile

25 lines
478 B
Makefile
Raw Normal View History

2011-09-11 20:24:51 +00:00
# New ports collection makefile for: rjb
# Date created: 2011-09-11
# Whom: arved
#
# $FreeBSD$
PORTNAME= rjb
2012-11-02 16:07:52 +00:00
PORTVERSION= 1.4.2
2011-09-11 20:24:51 +00:00
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>