freebsd-ports/www/rubygem-rack-cache/Makefile
Sunpoet Po-Chuan Hsieh 4629b059db - Add LICENSE
- Update WWW
2015-05-22 20:22:46 +00:00

20 lines
383 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= rack-cache
PORTVERSION= 1.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rack middleware to enable HTTP caching
LICENSE= MIT
RUN_DEPENDS= rubygem-rack>=0.4:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>