forked from Lainports/opnsense-ports
20 lines
443 B
Makefile
20 lines
443 B
Makefile
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)
|
|
WWW= https://github.com/rails/actionpack-action_caching
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-actionpack61>=4.0:www/rubygem-actionpack61
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|