freebsd-ports/devel/rubygem-actionview61/Makefile

28 lines
735 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= actionview
PORTVERSION= 6.1.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
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-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
rubygem-builder>=3.1<4:devel/rubygem-builder \
rubygem-erubi>=1.4<2:www/rubygem-erubi \
rubygem-rails-dom-testing-rails61>=2.0<3:textproc/rubygem-rails-dom-testing-rails61 \
rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^6\.1\.
.include <bsd.port.mk>