mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
29 lines
739 B
Makefile
29 lines
739 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionview
|
|
PORTVERSION= 4.2.11.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
MAINTAINER= sunpoet@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<4:devel/rubygem-builder \
|
|
rubygem-erubis>=2.7.0<2.8:www/rubygem-erubis \
|
|
rubygem-rails-dom-testing1>=1.0.5<2:textproc/rubygem-rails-dom-testing1 \
|
|
rubygem-rails-html-sanitizer>=1.0.3<2:textproc/rubygem-rails-html-sanitizer
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^4\.2\.
|
|
|
|
.include <bsd.port.mk>
|