freebsd-ports/devel/rubygem-actionview/Makefile
Sunpoet Po-Chuan Hsieh 801dfe7d44 - Add LICENSE
2015-05-23 07:14:04 +00:00

22 lines
547 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= actionview
PORTVERSION= 4.1.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rendering framework putting the V in MVC (part of Rails)
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \
rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \
rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>