diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 18:44:12 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:19 +0000 |
commit | 14646e0b6aa8ab62ce92ec7b496097bb9b570a32 (patch) | |
tree | a984abc374e6ce39895b2a5396c140b2636a3ace | |
parent | 41fe31b3e8679c83fb31575a973f18328fe41d49 (diff) | |
download | ports-14646e0b6aa8ab62ce92ec7b496097bb9b570a32.tar.gz ports-14646e0b6aa8ab62ce92ec7b496097bb9b570a32.zip |
archivers/zoo: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/zoo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 7eb6700a1df4..58229144f3ba 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -11,6 +11,10 @@ DISTNAME= zoo-2.10pl1 MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate archives of files in compressed form +USES= cpe + +CPE_VENDOR= zoo_project + NO_WRKSUBDIR= yes ALL_TARGET= bsdansi MAKEFILE= makefile |