freebsd-ports/devel/rubygem-actionview41/Makefile
2015-08-25 14:53:41 +00:00

26 lines
617 B
Makefile

# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= actionview
PORTVERSION= 4.1.13
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
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>