freebsd-ports/devel/rubygem-actionpack-action_caching/Makefile
Sunpoet Po-Chuan Hsieh 431d8d90eb - Add NO_ARCH
2015-06-28 17:57:35 +00:00

21 lines
443 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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>