diff options
-rw-r--r-- | www/grails/Makefile | 3 | ||||
-rw-r--r-- | www/grails/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/grails/Makefile b/www/grails/Makefile index e0a623b52796..6220ada806cd 100644 --- a/www/grails/Makefile +++ b/www/grails/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://dist.codehaus.org/grails/ \ MAINTAINER= mjs@bur.st COMMENT= Web framework built on Groovy +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:tu} USES= zip diff --git a/www/grails/pkg-descr b/www/grails/pkg-descr index 61719487efd4..759949b92118 100644 --- a/www/grails/pkg-descr +++ b/www/grails/pkg-descr @@ -6,4 +6,4 @@ Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community. -WWW: http://grails.org +WWW: https://grails.org/ |