diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 19:48:40 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:35 +0000 |
commit | 9740b3fe43587b4790d160ad1c2d24067644365d (patch) | |
tree | 8ab63716dbdb0f0cab29f20dd6466c76e11fdc99 | |
parent | da6ae823953575dfd6f42026e095acdcf9b7600c (diff) |
devel/zziplib: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/zziplib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index eeb801345484..83504a88a353 100644 --- a/devel/zziplib/Makefile +++ b/devel/zziplib/Makefile @@ -16,7 +16,9 @@ LICENSE_FILE_MPL11= ${WRKSRC}/docs/COPYING.MPL BUILD_DEPENDS= bash:shells/bash -USES= cmake compiler:c11 +USES= cmake compiler:c11 cpe + +CPE_VENDOR= zziplib_project USE_GITHUB= yes GH_ACCOUNT= gdraheim |