diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:29:40 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:59 +0000 |
commit | e722fbc2cd61990a73e98b3bf798f7d6262bd1eb (patch) | |
tree | 5d544ef41d7c657927277bc2f1e0e5da741c5f17 | |
parent | 4c7e551497d90cd2a4fb23b707fa1626b65b0a75 (diff) | |
download | ports-e722fbc2cd61990a73e98b3bf798f7d6262bd1eb.tar.gz ports-e722fbc2cd61990a73e98b3bf798f7d6262bd1eb.zip |
converters/tnef: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | converters/tnef/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile index 5cc1637e2459..3307f560b230 100644 --- a/converters/tnef/Makefile +++ b/converters/tnef/Makefile @@ -10,6 +10,10 @@ COMMENT= Unpack data in MS Outlook TNEF format LICENSE= GPLv2 +USES= cpe + +CPE_VENDOR= tnef_project + OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes |