mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Action View is a framework for handling view template lookup and rendering, and provides view helpers that assist when building HTML forms, Atom feeds and more. Template formats that Action View handles are ERB (embedded Ruby, typically used to inline short Ruby snippets inside HTML), and XML Builder.
29 lines
816 B
Makefile
29 lines
816 B
Makefile
PORTNAME= actionview
|
|
PORTVERSION= 8.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 80
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple, battle-tested conventions and helpers for building web pages
|
|
WWW= https://github.com/rails/rails/tree/main/actionview \
|
|
https://rubyonrails.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport80 \
|
|
rubygem-builder>=3.1<4:devel/rubygem-builder \
|
|
rubygem-erubi>=1.11<2:www/rubygem-erubi \
|
|
rubygem-rails-dom-testing-rails80>=2.2<3:textproc/rubygem-rails-dom-testing-rails80 \
|
|
rubygem-rails-html-sanitizer>=1.6<2:textproc/rubygem-rails-html-sanitizer
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= rubyonrails
|
|
|
|
PORTSCOUT= limit:^8\.0\.
|
|
|
|
.include <bsd.port.mk>
|