22 lines
448 B
Makefile
22 lines
448 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= actionpack-action_caching
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 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-actionpack61>=4.0:www/rubygem-actionpack61
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|