mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
419 B
Makefile
20 lines
419 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
# $FreeBSD: head/www/rubygem-rack-cache/Makefile 449423 2017-09-07 20:13:01Z sunpoet $
|
|
|
|
PORTNAME= rack-cache
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rack middleware to enable HTTP caching
|
|
|
|
|
|
RUN_DEPENDS= rubygem-rack>=0.4:ruby/rubygem-rack
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|