diff options
Diffstat (limited to 'www/tomcat7/Makefile')
-rw-r--r-- | www/tomcat7/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index dedfc954fe57..493ebc65d334 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tomcat -PORTVERSION= 7.0.4 +PORTVERSION= 7.0.5 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tomcat/tomcat-7/v${PORTVERSION}-beta/bin @@ -15,6 +15,9 @@ DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= Open-source Java web server by Apache, 7.x branch +LICENSE= ASL +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |