freebsd-ports/devel/rubygem-actionpack-action_caching/Makefile
2020-07-24 07:51:01 +00:00

22 lines
442 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= actionpack-action_caching
PORTVERSION= 1.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Action caching for Action Pack (removed from core in Rails 4.0)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-actionpack4>=4.0:www/rubygem-actionpack4
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>