freebsd-ports/devel/rubygem-actionpack-action_caching/Makefile
Sunpoet Po-Chuan Hsieh 6c9e20cf5c - Add LICENSE
2015-05-23 07:13:59 +00:00

20 lines
430 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)
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack4>=4.0:${PORTSDIR}/www/rubygem-actionpack4
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>