freebsd-ports/www/rubygem-rack-cache/Makefile
Philip M. Gollucci 1cff00a208 - Update to 0.5.3
PR:             ports/150844
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (freebsdports@chillibear.com ; 14 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-10-05 08:10:45 +00:00

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>