diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:17 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:17 +0000 |
commit | e7a923117fdaebf3fd932238bb259532556c5900 (patch) | |
tree | 3cb89b57de1e7e8dd388e6dcc2b4939822cc5f30 | |
parent | c304dd3ca1d6d452416f9489bf7d2b5789817773 (diff) | |
download | ports-e7a923117fdaebf3fd932238bb259532556c5900.tar.gz ports-e7a923117fdaebf3fd932238bb259532556c5900.zip |
lang/groovy: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | lang/groovy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/groovy/Makefile b/lang/groovy/Makefile index ea75f05fc005..93d238175ebe 100644 --- a/lang/groovy/Makefile +++ b/lang/groovy/Makefile @@ -11,7 +11,8 @@ COMMENT= Agile dynamic language for the JVM LICENSE= APACHE20 -USES= zip +USES= cpe zip +CPE_VENDOR= apache USE_JAVA= yes NO_ARCH= yes |