forked from Lainports/opnsense-ports
19 lines
340 B
Makefile
19 lines
340 B
Makefile
PORTNAME= jruby-rack
|
|
PORTVERSION= 1.1.22
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Java and Ruby library that adapts the Java Servlet API to Rack
|
|
WWW= http://jruby.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= jruby:lang/jruby
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|