git: c304dd3ca1d6 - main - lang/gravity: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 16:14:33 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=c304dd3ca1d6d452416f9489bf7d2b5789817773 commit c304dd3ca1d6d452416f9489bf7d2b5789817773 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-20 16:13:17 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-20 16:13:17 +0000 lang/gravity: Add CPE information Approved by: portmgr (blanket) --- lang/gravity/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/gravity/Makefile b/lang/gravity/Makefile index 5ae74fd95836..5b64acdd15c2 100644 --- a/lang/gravity/Makefile +++ b/lang/gravity/Makefile @@ -9,7 +9,8 @@ COMMENT= Embeddable programming language LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c11 +USES= cmake compiler:c11 cpe +CPE_VENDOR= creolabs USE_LDCONFIG= yes USE_GITHUB= yes