freebsd-ports/devel/rubygem-actionpack-action_caching/Makefile
Steve Wills 76bc26f4e3 devel/rubygem-actionpack-action_caching: create port
Action caching for Action Pack (removed from core in Rails 4.0)

WWW: https://github.com/rails/actionpack-action_caching
2014-10-05 20:48:57 +00:00

18 lines
416 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= actionpack-action_caching
PORTVERSION= 1.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Action caching for Action Pack (removed from core in Rails 4.0)
RUN_DEPENDS= rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>