diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 20:08:37 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 20:08:37 +0000 |
commit | 17d8cfe09066da87aad0959c8429d47bc420681c (patch) | |
tree | dad1642aefa7b9ecd8220a9b29f191f079e5e2e5 | |
parent | 95d40be7ad4a71d979fea6c00765a1f58210df5e (diff) |
www/grails: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | www/grails/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/grails/Makefile b/www/grails/Makefile index 7afebfd2c7ea..09fc0f99d3fe 100644 --- a/www/grails/Makefile +++ b/www/grails/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:tu} -USES= zip +USES= cpe zip +CPE_VENDOR= gopivotal USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes |