1cff00a208
PR: ports/150844 Submitted by: myself (pgollucci) Approved by: maintainer timeout (freebsdports@chillibear.com ; 14 days) Sponsored by: RideCharge Inc. / TaxiMagic
22 lines
482 B
Makefile
22 lines
482 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= 0.5.3
|
|
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.0:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|