diff options
Diffstat (limited to 'devel/rubygem-actionview4/Makefile')
-rw-r--r-- | devel/rubygem-actionview4/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/rubygem-actionview4/Makefile b/devel/rubygem-actionview4/Makefile index 945d498f5e2d..60c41e7a28c9 100644 --- a/devel/rubygem-actionview4/Makefile +++ b/devel/rubygem-actionview4/Makefile @@ -7,21 +7,23 @@ CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 -MAINTAINER= ruby@FreeBSD.org +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: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 + 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> |