freebsd-ports/www/rubygem-rack-cache/Makefile
Martin Wilke 952c58445d - Update to 1.2
PR:		168882
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2012-06-09 06:23:33 +00:00

22 lines
478 B
Makefile

# Ports collection makefile for: rubygem-rack-cache
# Date created: 8 Sept 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= rack-cache
PORTVERSION= 1.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= A piece of rack middleware to enable HTTP caching
RUN_DEPENDS= rubygem-rack>=0.4:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>