mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add rubygem-actionview50 5.0.2 (copied from rubygem-actionview5)
- Add PORTSCOUT
This commit is contained in:
parent
cff7d0cb32
commit
6ca72e8ec9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439702
4 changed files with 35 additions and 0 deletions
|
@ -5116,6 +5116,7 @@
|
|||
SUBDIR += rubygem-actionpack-action_caching
|
||||
SUBDIR += rubygem-actionview4
|
||||
SUBDIR += rubygem-actionview5
|
||||
SUBDIR += rubygem-actionview50
|
||||
SUBDIR += rubygem-active_scaffold
|
||||
SUBDIR += rubygem-activejob4
|
||||
SUBDIR += rubygem-activejob5
|
||||
|
|
28
devel/rubygem-actionview50/Makefile
Normal file
28
devel/rubygem-actionview50/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= actionview
|
||||
PORTVERSION= 5.0.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 50
|
||||
|
||||
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-activesupport50>=${PORTVERSION}:devel/rubygem-activesupport50 \
|
||||
rubygem-builder>=3.1:devel/rubygem-builder \
|
||||
rubygem-erubis>=2.7.0:www/rubygem-erubis \
|
||||
rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing \
|
||||
rubygem-rails-html-sanitizer>=1.0.3:textproc/rubygem-rails-html-sanitizer
|
||||
|
||||
PORTSCOUT= limit:^5\.0\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-actionview50/distinfo
Normal file
3
devel/rubygem-actionview50/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1488463095
|
||||
SHA256 (rubygem/actionview-5.0.2.gem) = 002b3c3b858b0748a73ebcb6f8fcdec24b5ccda948646261530ff028ded43365
|
||||
SIZE (rubygem/actionview-5.0.2.gem) = 152064
|
3
devel/rubygem-actionview50/pkg-descr
Normal file
3
devel/rubygem-actionview50/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Simple, battle-tested conventions and helpers for building web pages.
|
||||
|
||||
WWW: http://rubyonrails.org/
|
Loading…
Add table
Reference in a new issue