freebsd-ports/www/rubygem-rack-cache/Makefile
Steve Wills 454019a140 - Update to 1.1
PR:		ports/161732
Submitted by:	swills (me)
Approved by:	freebsdports@chillibear.com (maintainer)
2011-10-27 03:08:47 +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.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>