freebsd-ports/www/rubygem-jruby-rack/Makefile
Sunpoet Po-Chuan Hsieh 6d641f1e0b - Update to 1.1.18
- Add LICENSE
- Add GitHub repository to WWW

Changes:	https://github.com/jruby/jruby-rack/blob/master/History.md
2015-05-10 20:16:15 +00:00

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>