diff options
Diffstat (limited to 'devel/rubygem-actionview41/Makefile')
-rw-r--r-- | devel/rubygem-actionview41/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-actionview41/Makefile b/devel/rubygem-actionview41/Makefile index 3305422d9283..547ec6bdf22d 100644 --- a/devel/rubygem-actionview41/Makefile +++ b/devel/rubygem-actionview41/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.1.13 +PORTVERSION= 4.1.14 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 41 @@ -11,6 +11,7 @@ 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-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \ rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \ |