08689737c0
databases/rubygem-activerecord41 databases/rubygem-after_commit_queue-rails41 databases/rubygem-paranoia-rails41 devel/rubygem-actionview41 devel/rubygem-activesupport41 devel/rubygem-coffee-rails41 devel/rubygem-jbuilder-rails41 devel/rubygem-omniauth_crowd-rails41 devel/rubygem-sprockets-rails-rails41 mail/rubygem-actionmailer41 textproc/rubygem-sass-rails4-rails41 www/rubygem-actionpack41 www/rubygem-railties41 www/rubygem-turbolinks-rails41 - DEPRECATE those ports in favor of Rails 4.2 PR: 206735 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
30 lines
755 B
Makefile
30 lines
755 B
Makefile
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionview
|
|
PORTVERSION= 4.1.14
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 41
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rendering framework putting the V in MVC (part of Rails)
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2
|
|
EXPIRATION_DATE= 2016-03-31
|
|
|
|
RUN_DEPENDS= rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \
|
|
rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \
|
|
rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PORTSCOUT= limit:^4\.1
|
|
|
|
.include <bsd.port.mk>
|