opnsense-ports/devel/rubygem-actionview/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

25 lines
681 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= actionview
PORTVERSION= 4.2.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rendering framework putting the V in MVC (part of Rails)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
rubygem-builder32>=3.2:devel/rubygem-builder32 \
rubygem-erubis>=2.7.0:www/rubygem-erubis \
rubygem-rails-dom-testing>=1.0.5:textproc/rubygem-rails-dom-testing \
rubygem-rails-html-sanitizer>=1.0.1:textproc/rubygem-rails-html-sanitizer
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>