freebsd-ports/devel/rubygem-actionpack-action_caching/Makefile
Sunpoet Po-Chuan Hsieh 6664d632e9 - Add LICENSE_FILE
2015-11-12 21:40:51 +00:00

22 lines
479 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
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
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>