1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

- Add LICENSE

- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-22 20:22:46 +00:00
parent fe935795da
commit 4629b059db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387076
2 changed files with 5 additions and 3 deletions

View File

@ -9,10 +9,12 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rack middleware to enable HTTP caching
LICENSE= MIT
RUN_DEPENDS= rubygem-rack>=0.4:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -10,4 +10,4 @@ and/or validation (Last-Modified, ETag) information.
* Portable: 100% Ruby / works with any Rack-enabled framework.
* Disk, memcached, and heap memory storage backends.
WWW: http://tomayko.com/src/rack-cache/
WWW: https://github.comrtomayko/rack-cache