454019a140
PR: ports/161732 Submitted by: swills (me) Approved by: freebsdports@chillibear.com (maintainer)
22 lines
478 B
Makefile
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.1
|
|
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>
|