26 lines
697 B
Makefile
26 lines
697 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionview
|
|
PORTVERSION= 4.2.10
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
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-builder>=3.1:devel/rubygem-builder \
|
|
rubygem-erubis>=2.7.0:www/rubygem-erubis \
|
|
rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 \
|
|
rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|