diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-13 09:00:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-13 09:00:52 +0000 |
commit | e1f432baddd9daeacb735f207ada0dc0835a54ca (patch) | |
tree | 8b42518716b304b7e2fe824fc6f54b40d9cef320 | |
parent | Update to 1.2.0 (diff) |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=458921
-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/ |