mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
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
19 lines
416 B
Makefile
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>
|