freebsd-ports/www/rubygem-http_router/Makefile
Sunpoet Po-Chuan Hsieh 7fafe59260 - Add LICENSE
- Update WWW
2015-05-23 15:30:11 +00:00

21 lines
431 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
LICENSE= MIT
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>