forked from Lainports/freebsd-ports
- Add LICENSE - Add GitHub repository to WWW Changes: https://github.com/jruby/jruby-rack/blob/master/History.md
20 lines
382 B
Makefile
20 lines
382 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jruby-rack
|
|
PORTVERSION= 1.1.18
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Java and Ruby library that adapts the Java Servlet API to Rack
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|