diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 17:40:46 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 17:40:46 +0200 |
commit | 584a960c107209d112ea1b7cc245ae979023c5ee (patch) | |
tree | 63e591e48327b747f2b18f428f3c908dce045ae0 /textproc/yodl | |
parent | 4433f2c903265e8f15e9da8c6e2d4aee6194169d (diff) | |
download | freebsd-ports-584a960c107209d112ea1b7cc245ae979023c5ee.zip |
textproc/yodl: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/yodl')
-rw-r--r-- | textproc/yodl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index 51793a0b4bf2..a214097761ee 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= icmake:devel/icmake \ bash:shells/bash \ gsed:textproc/gsed -USES= perl5 shebangfix compiler:c++14-lang +USES= cpe perl5 shebangfix compiler:c++14-lang +CPE_VENDOR= ${PORTNAME}_project USE_PERL5= build USE_GITLAB= yes GL_ACCOUNT= fbb-git |