ports/www/rubygem-http_router/Makefile
Steve Wills b53ae27b10 www/rubygem-http_router: add port for rubygem-http_router
Sort category Makefile while here.

This library allows you to recognize and build URLs in a Rack application.

WWW: http://github.com/joshbuddy/http_router
2014-09-09 17:03:14 +00:00

19 lines
416 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= http_router
PORTVERSION= 0.11.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= HTTP router for use in Rack
RUN_DEPENDS= rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \
rubygem-url_mount>=0.2.1:${PORTSDIR}/www/rubygem-url-mount
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>