diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:24:05 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:24:05 +0000 |
commit | 24c8aa35094cdce8537d42447fe1318299b059d4 (patch) | |
tree | a6f75990a283b246d7548e21729f53627f5845f4 | |
parent | devel/strace: Add CPE information (diff) |
comms/lrzsz: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | comms/lrzsz/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 2ef058775500..3138d1365005 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -11,6 +11,10 @@ COMMENT= Receive/Send files via X/Y/ZMODEM protocol (unrestrictive) LICENSE= GPLv2 +USES= cpe + +CPE_VENDOR= lrzsz_project + GNU_CONFIGURE= yes ALL_TARGET= all # vcheck |